]> git.proxmox.com Git - mirror_frr.git/blobdiff - ldpd/control.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / ldpd / control.h
index 32c49fdf8760cfd7782210ea1da5bc4092a24d39..23edb5f24d9360772166ff9e92365fa592e69d06 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef _CONTROL_H_
 #define        _CONTROL_H_
 
-#include "openbsd-queue.h"
+#include "queue.h"
 
 struct ctl_conn {
        TAILQ_ENTRY(ctl_conn)   entry;
@@ -29,9 +29,9 @@ TAILQ_HEAD(ctl_conns, ctl_conn);
 
 extern struct ctl_conns ctl_conns;
 
-int    control_init(void);
+int    control_init(char *);
 int    control_listen(void);
-void   control_cleanup(void);
+void   control_cleanup(char *);
 int    control_imsg_relay(struct imsg *);
 
 #endif /* _CONTROL_H_ */