From 5ae55853fca4017221895b03cece096e361dac36 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 4 Jan 2009 15:37:48 +0100 Subject: [PATCH] Add extern declarations to public functions --- include/rtnl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/rtnl.h b/include/rtnl.h index dcab14d..758e549 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 } -- 1.7.9.5