diff options
Diffstat (limited to 'usr.sbin/relayd/imsg.h')
-rw-r--r-- | usr.sbin/relayd/imsg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/relayd/imsg.h b/usr.sbin/relayd/imsg.h index e39fcaf928e..bf15876b94f 100644 --- a/usr.sbin/relayd/imsg.h +++ b/usr.sbin/relayd/imsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg.h,v 1.7 2009/06/05 19:42:33 pyr Exp $ */ +/* $OpenBSD: imsg.h,v 1.8 2009/06/05 21:15:47 pyr Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -86,6 +86,7 @@ void *buf_seek(struct buf *, size_t, size_t); size_t buf_size(struct buf *); size_t buf_left(struct buf *); void buf_close(struct msgbuf *, struct buf *); +int buf_write(struct msgbuf *); void buf_free(struct buf *); void msgbuf_init(struct msgbuf *); void msgbuf_clear(struct msgbuf *); |