summaryrefslogtreecommitdiff
path: root/src/rtnl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtnl.h')
-rw-r--r--src/rtnl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtnl.h b/src/rtnl.h
index bf018d4..0c403dc 100644
--- a/src/rtnl.h
+++ b/src/rtnl.h
@@ -32,5 +32,6 @@ int rtnl_dump_type(struct rtnl_handle *rtnl_handle, unsigned int type);
struct rtnl_handle *rtnl_open(void);
void rtnl_close(struct rtnl_handle *rtnl_handle);
int rtnl_receive(struct rtnl_handle *rtnl_handle);
+int rtnl_receive_multi(struct rtnl_handle *rtnl_handle);
#endif