diff options
author | 2015-09-13 08:58:07 +0000 | |
---|---|---|
committer | 2015-09-13 08:58:07 +0000 | |
commit | 35de6c505c0447927faa000c40964a559e544dea (patch) | |
tree | 4d038e911f6c6cb477ee7030fdb40deb70276165 | |
parent | mpool(3) is no longer installed; delete it. prodded by jmc@ (diff) | |
download | wireguard-openbsd-35de6c505c0447927faa000c40964a559e544dea.tar.xz wireguard-openbsd-35de6c505c0447927faa000c40964a559e544dea.zip |
forgot to prototope SRPL_RC_INITIALIZER
-rw-r--r-- | share/man/man9/srpl_rc_init.9 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man9/srpl_rc_init.9 b/share/man/man9/srpl_rc_init.9 index 89373ab75cd..086e782b7ad 100644 --- a/share/man/man9/srpl_rc_init.9 +++ b/share/man/man9/srpl_rc_init.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: srpl_rc_init.9,v 1.3 2015/09/09 13:29:12 jmc Exp $ +.\" $OpenBSD: srpl_rc_init.9,v 1.4 2015/09/13 08:58:07 dlg Exp $ .\" .\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 9 2015 $ +.Dd $Mdocdate: September 13 2015 $ .Dt SRPL_RC_INIT 9 .Os .Sh NAME @@ -76,6 +76,11 @@ .Fa "TYPE" .Fa "FIELDNAME" .Fc +.Fo "SRPL_RC_INITIALIZER" +.Fa "void (*ref)(void *, void *)" +.Fa "void (*unref)(void *, void *)" +.Fa "void *ctx" +.Fc .Sh DESCRIPTION The srpl |