]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zclient: Revert lib export of zclient_socket()/zclient_socket_un().
authorEverton Marques <everton.marques@gmail.com>
Tue, 23 Sep 2014 17:33:34 +0000 (14:33 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 May 2016 01:01:50 +0000 (21:01 -0400)
lib/zclient.c
lib/zclient.h

index f7a4acb12ada9d5c6422fcd362e8965c9f770ce7..4fe5398e651ce90cd0133c325d1ca000a75c46ec 100644 (file)
@@ -214,7 +214,7 @@ zclient_socket(void)
 /* For sockaddr_un. */
 #include <sys/un.h>
 
-int
+static int
 zclient_socket_un (const char *path)
 {
   int ret;
index 5a3c5bea253deb3526bfd1e5e66a5409456a6bb7..6bb1725963e86e0a69a8fb504c139751a2db4554 100644 (file)
@@ -165,7 +165,6 @@ extern void zclient_stop (struct zclient *);
 extern void zclient_reset (struct zclient *);
 extern void zclient_free (struct zclient *);
 
-extern int zclient_socket_un (const char *path);
 extern int  zclient_socket_connect (struct zclient *);
 extern void zclient_serv_path_set  (char *path);
 extern const char *const zclient_serv_path_get (void);