summaryrefslogtreecommitdiff
path: root/include/option.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/option.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/option.h')
-rw-r--r--include/option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/option.h b/include/option.h
index b80c8c99..36888323 100644
--- a/include/option.h
+++ b/include/option.h
@@ -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
}