summaryrefslogtreecommitdiff
path: root/include/driver.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-06-29 20:42:11 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-06-29 20:42:11 +0200
commite911899c56f2c6a7c1742ea6c72405118e7b7aaa (patch)
treedfe93714db1ff9191b1237e01187ebdd6ee349dd /include/driver.h
parente7268afd947083942836cea24b52a4bdccbf5d19 (diff)
downloadconnman-e911899c56f2c6a7c1742ea6c72405118e7b7aaa.tar.gz
connman-e911899c56f2c6a7c1742ea6c72405118e7b7aaa.tar.bz2
connman-e911899c56f2c6a7c1742ea6c72405118e7b7aaa.zip
Remove the useless extern declaration for public functions
Diffstat (limited to 'include/driver.h')
-rw-r--r--include/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/driver.h b/include/driver.h
index 61ec465f..4df96036 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -48,8 +48,8 @@ struct connman_driver {
void (*change) (struct connman_element *element);
};
-extern int connman_driver_register(struct connman_driver *driver);
-extern void connman_driver_unregister(struct connman_driver *driver);
+int connman_driver_register(struct connman_driver *driver);
+void connman_driver_unregister(struct connman_driver *driver);
#ifdef __cplusplus
}