diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-06-05 21:15:48 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-06-05 21:15:48 +0000 |
commit | 0bc023d5d841447af472a603455d0282221dc7f0 (patch) | |
tree | 8fe835fe2b1319dfd0914a0e95ce14e2ec19f9be /usr.sbin/ospfd/imsg.h | |
parent | 681b6213e7f4571464c1de214c40e3ed4aea4bf7 (diff) |
bring buf_write here as well.
Diffstat (limited to 'usr.sbin/ospfd/imsg.h')
-rw-r--r-- | usr.sbin/ospfd/imsg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/imsg.h b/usr.sbin/ospfd/imsg.h index d700b98c01c..091d6aeb80d 100644 --- a/usr.sbin/ospfd/imsg.h +++ b/usr.sbin/ospfd/imsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg.h,v 1.3 2009/06/05 19:42:33 pyr Exp $ */ +/* $OpenBSD: imsg.h,v 1.4 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 *); |