From: Marcel Holtmann Date: Sun, 4 Jan 2009 14:37:48 +0000 (+0100) Subject: Add extern declarations to public functions X-Git-Tag: 0.7~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ae55853fca4017221895b03cece096e361dac36;p=platform%2Fupstream%2Fconnman.git Add extern declarations to public functions --- 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 }