summaryrefslogtreecommitdiffstats
path: root/src/rtnl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtnl.h')
-rw-r--r--src/rtnl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtnl.h b/src/rtnl.h
index b6644e6..bf018d4 100644
--- a/src/rtnl.h
+++ b/src/rtnl.h
@@ -29,8 +29,8 @@ int rtnl_parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len)
int rtnl_dump_type(struct rtnl_handle *rtnl_handle, unsigned int type);
/* api for core program */
-struct rtnl_handle *rtnl_init(void);
-void rtnl_fini(struct rtnl_handle *rtnl_handle);
+struct rtnl_handle *rtnl_open(void);
+void rtnl_close(struct rtnl_handle *rtnl_handle);
int rtnl_receive(struct rtnl_handle *rtnl_handle);
#endif