commit | ff57d3653efe4a1428147204b54cacf3651c4dd0 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Wed Jun 25 15:54:03 2014 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:56 2015 +0100 |
tree | 0b9ae54ba0da0f9a0391830445751495a248f11b | |
parent | 829198800217fe321faa397d21e2d8f99fcaf0dd [diff] [blame] |
pimd: Fixes to build against current quagga.
diff --git a/lib/zclient.h b/lib/zclient.h index a660bbf..b0b7644 100644 --- a/lib/zclient.h +++ b/lib/zclient.h
@@ -132,6 +132,7 @@ extern void zclient_reset (struct zclient *); extern void zclient_free (struct zclient *); +extern int zclient_socket(void); extern int zclient_socket_connect (struct zclient *); extern void zclient_serv_path_set (char *path);