]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/zclient.c
*: nuke ^L (page feed)
[mirror_frr.git] / lib / zclient.c
index d3165962d070199aab176698e2d70721eb0c4271..20188f6abdb43d1f5b529bf608fcf3619ca431f5 100644 (file)
@@ -32,7 +32,7 @@
 #include "zclient.h"
 #include "memory.h"
 #include "table.h"
-\f
+
 /* Zebra client events. */
 enum event {ZCLIENT_SCHEDULE, ZCLIENT_READ, ZCLIENT_CONNECT};
 
@@ -45,7 +45,7 @@ char *zclient_serv_path = NULL;
 
 /* This file local debug flag. */
 int zclient_debug = 0;
-\f
+
 /* Allocate zclient structure. */
 struct zclient *
 zclient_new ()
@@ -413,7 +413,7 @@ zclient_connect (struct thread *t)
 
   return zclient_start (zclient);
 }
-\f
+
  /* 
   * "xdr_encode"-like interface that allows daemon (client) to send
   * a message to zebra server for a route that needs to be
@@ -816,7 +816,7 @@ zebra_interface_address_read (int type, struct stream *s)
   return ifc;
 }
 
-\f
+
 /* Zebra client message read function. */
 static int
 zclient_read (struct thread *thread)