summaryrefslogtreecommitdiff
path: root/include/driver.h
diff options
context:
space:
mode:
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
}