aboutsummaryrefslogtreecommitdiff
path: root/compat/imsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/imsg.h')
-rw-r--r--compat/imsg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/compat/imsg.h b/compat/imsg.h
index 2ec9937a..6ff4901c 100644
--- a/compat/imsg.h
+++ b/compat/imsg.h
@@ -1,5 +1,5 @@
-/* $Id: imsg.h,v 1.3 2009-08-20 12:54:08 nicm Exp $ */
-/* $OpenBSD: imsg.h,v 1.1 2009/08/11 17:18:35 nicm Exp $ */
+/* $Id: imsg.h,v 1.4 2009-09-15 23:59:40 tcunha Exp $ */
+/* $OpenBSD: imsg.h,v 1.2 2009/09/15 18:12:51 jacekm Exp $ */
/*
* Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -91,6 +91,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);