summaryrefslogtreecommitdiff
path: root/lib/zclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zclient.h')
-rw-r--r--lib/zclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h
index bd33295a..69ada144 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -145,6 +145,9 @@ extern void zclient_redistribute_default (int command, struct zclient *);
Returns 0 for success or -1 on an I/O error. */
extern int zclient_send_message(struct zclient *);
+/* create header for command, length to be filled in by user later */
+extern void zclient_create_header (struct stream *, uint16_t);
+
extern struct interface *zebra_interface_add_read (struct stream *);
extern struct interface *zebra_interface_state_read (struct stream *s);
extern struct connected *zebra_interface_address_read (int, struct stream *);