From 30204d00d18ab7e9b5a34f1a97d060d2d8ad7c76 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org" Date: Mon, 12 Feb 2007 01:43:31 +0000 Subject: partial cleanup for iftable.c and rtnl.c, still appropiate errno missing --- src/rtnl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rtnl.h') 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 -- cgit v1.2.3