diff options
author | Everton Marques <everton.marques@gmail.com> | 2014-06-25 15:54:03 -0300 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:07:56 +0100 |
commit | ff57d3653efe4a1428147204b54cacf3651c4dd0 (patch) | |
tree | 0b9ae54ba0da0f9a0391830445751495a248f11b /lib/zclient.c | |
parent | 829198800217fe321faa397d21e2d8f99fcaf0dd (diff) | |
download | quagga-ff57d3653efe4a1428147204b54cacf3651c4dd0.tar.bz2 quagga-ff57d3653efe4a1428147204b54cacf3651c4dd0.tar.xz |
pimd: Fixes to build against current quagga.
Diffstat (limited to 'lib/zclient.c')
-rw-r--r-- | lib/zclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zclient.c b/lib/zclient.c index 3b5477e9..709d9b98 100644 --- a/lib/zclient.c +++ b/lib/zclient.c @@ -148,7 +148,7 @@ zclient_reset (struct zclient *zclient) #ifdef HAVE_TCP_ZEBRA /* Make socket to zebra daemon. Return zebra socket. */ -static int +int zclient_socket(void) { int sock; |