commit | 1a9352a7487531578a0db9ca86c2647f8e304ca4 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Tue Sep 23 14:33:34 2014 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:08:00 2015 +0100 |
tree | 6976654d72a38f91d0f26e57d981f57c18a552fd | |
parent | ea537be5278398cd8c32f8046e4789e613420916 [diff] [blame] |
zclient: Revert lib export of zclient_socket()/zclient_socket_un().
diff --git a/lib/zclient.c b/lib/zclient.c index 9361436..41ecbb6 100644 --- a/lib/zclient.c +++ b/lib/zclient.c
@@ -148,7 +148,7 @@ #ifdef HAVE_TCP_ZEBRA /* Make socket to zebra daemon. Return zebra socket. */ -int +static int zclient_socket(void) { int sock; @@ -184,7 +184,7 @@ /* For sockaddr_un. */ #include <sys/un.h> -int +static int zclient_socket_un (const char *path) { int ret;