summaryrefslogtreecommitdiff
path: root/include/rtnl.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-14 13:57:41 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-14 13:57:41 +0200
commitb389f8d373c2d8f5c636d40ec020e5e2adf0f01c (patch)
tree1a9957d2c70eaac68e15ed91a136187e374ecc7c /include/rtnl.h
parent9427977bb5efee031b5001bd943c0efd8aa39276 (diff)
downloadconnman-b389f8d373c2d8f5c636d40ec020e5e2adf0f01c.tar.gz
connman-b389f8d373c2d8f5c636d40ec020e5e2adf0f01c.tar.bz2
connman-b389f8d373c2d8f5c636d40ec020e5e2adf0f01c.zip
Add function for requesting link status
Diffstat (limited to 'include/rtnl.h')
-rw-r--r--include/rtnl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rtnl.h b/include/rtnl.h
index fac302f2..42bd79a4 100644
--- a/include/rtnl.h
+++ b/include/rtnl.h
@@ -45,6 +45,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);
+
#ifdef __cplusplus
}
#endif