service: remove extra semicolon
[framework/connectivity/connman.git] / include / option.h
index b80c8c9..5e97ed4 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2007-2009  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2007-2012  Intel Corporation. All rights reserved.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2 as
@@ -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
 }