aboutsummaryrefslogtreecommitdiff
path: root/imsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'imsg.h')
-rw-r--r--imsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/imsg.h b/imsg.h
index 5de73f0c..b84be86f 100644
--- a/imsg.h
+++ b/imsg.h
@@ -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);