From 91a4b8b9b07b61fd06208ee5a598acc97831d906 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 22 Oct 2018 03:53:18 +0000 Subject: [PATCH] fixed a wrong internal function name in netlink.c --- qse/lib/si/netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qse/lib/si/netlink.c b/qse/lib/si/netlink.c index 9d8d177d..c21ef1e2 100644 --- a/qse/lib/si/netlink.c +++ b/qse/lib/si/netlink.c @@ -122,7 +122,7 @@ struct ifaddrmsg #define NLMSG_RTA(nlh,len) ((void*)((char*)(nlh)+QSE_SIZEOF(struct qse_nlmsg_hdr_t)+NETLINK_ALIGN(len))) #define NLMSG_RTAOK(rta,nlh) RTA_OK(rta,NLMSG_DATAEND(nlh)) -static int netlink_enumerate(int fd, unsigned int seq, int type, int af, qse_nlenum_cb_t cb, void *ctx) +static int enumerate_netlink(int fd, unsigned int seq, int type, int af, qse_nlenum_cb_t cb, void *ctx) { struct qse_nlmsg_hdr_t *h; union