Remove the useless extern declaration for public functions
[framework/connectivity/connman.git] / include / option.h
index b80c8c9..3688832 100644 (file)
@@ -26,7 +26,7 @@
 extern "C" {
 #endif
 
-extern const char *connman_option_get_string(const char *key);
+const char *connman_option_get_string(const char *key);
 
 #ifdef __cplusplus
 }