summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/imsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ospfd/imsg.h')
-rw-r--r--usr.sbin/ospfd/imsg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/imsg.h b/usr.sbin/ospfd/imsg.h
index 8a93607cac8..c4e7247c7c6 100644
--- a/usr.sbin/ospfd/imsg.h
+++ b/usr.sbin/ospfd/imsg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: imsg.h,v 1.7 2009/06/07 05:56:25 eric Exp $ */
+/* $OpenBSD: imsg.h,v 1.8 2009/09/15 10:54:59 jacekm Exp $ */
/*
* Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -90,6 +90,7 @@ void buf_free(struct buf *);
void msgbuf_init(struct msgbuf *);
void msgbuf_clear(struct msgbuf *);
int msgbuf_write(struct msgbuf *);
+void msgbuf_drain(struct msgbuf *, size_t);
/* imsg.c */
void imsg_init(struct imsgbuf *, int);