summaryrefslogtreecommitdiff
path: root/include/rtnl.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-04 15:37:48 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-04 15:37:48 +0100
commit5ae55853fca4017221895b03cece096e361dac36 (patch)
treef564eb3f870e8f69064dcba20aec2d38bad95322 /include/rtnl.h
parentb28ec057616f661f980e96defa991ab7ee702c4f (diff)
downloadconnman-5ae55853fca4017221895b03cece096e361dac36.tar.gz
connman-5ae55853fca4017221895b03cece096e361dac36.tar.bz2
connman-5ae55853fca4017221895b03cece096e361dac36.zip
Add extern declarations to public functions
Diffstat (limited to 'include/rtnl.h')
-rw-r--r--include/rtnl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rtnl.h b/include/rtnl.h
index dcab14d2..758e5497 100644
--- a/include/rtnl.h
+++ b/include/rtnl.h
@@ -50,8 +50,8 @@ struct connman_rtnl {
extern int connman_rtnl_register(struct connman_rtnl *rtnl);
extern void connman_rtnl_unregister(struct connman_rtnl *rtnl);
-int connman_rtnl_send_getlink(void);
-int connman_rtnl_send_getroute(void);
+extern int connman_rtnl_send_getlink(void);
+extern int connman_rtnl_send_getroute(void);
#ifdef __cplusplus
}