summaryrefslogtreecommitdiffstats
path: root/nhrpd/netlink.h
diff options
context:
space:
mode:
authorJorge Boncompte <jbonor@gmail.com>2017-08-10 21:21:14 +0200
committerJorge Boncompte <jbonor@gmail.com>2017-08-10 21:21:14 +0200
commit6c8ca260505bf1d96c87371ad71278576345bb5c (patch)
treebf5b48ca98b8c2fd96cc571ebc3669f8b6428ac4 /nhrpd/netlink.h
parentMerge pull request #941 from dwalton76/bgpd-peer-group-rebind (diff)
downloadfrr-6c8ca260505bf1d96c87371ad71278576345bb5c.tar.xz
frr-6c8ca260505bf1d96c87371ad71278576345bb5c.zip
nhrpd: fix issues found by coverity
Signed-off-by: Jorge Boncompte <jbonor@gmail.com>
Diffstat (limited to 'nhrpd/netlink.h')
-rw-r--r--nhrpd/netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/netlink.h b/nhrpd/netlink.h
index f05596ba1..e8dc22adf 100644
--- a/nhrpd/netlink.h
+++ b/nhrpd/netlink.h
@@ -15,7 +15,7 @@ struct interface;
extern int netlink_nflog_group;
extern int netlink_req_fd;
-int netlink_init(void);
+void netlink_init(void);
int netlink_configure_arp(unsigned int ifindex, int pf);
void netlink_update_binding(struct interface *ifp, union sockunion *proto, union sockunion *nbma);
void netlink_set_nflog_group(int nlgroup);