mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fwopen() argument type mis-described
Obtained from: NetBSD lib/2751 (der Mouse)
This commit is contained in:
parent
7ff19458de
commit
e295af15d1
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
.Ft FILE *
|
||||
.Fn fropen "void *cookie" "int (*readfn)(void *, char *, int)"
|
||||
.Ft FILE *
|
||||
.Fn fwopen "void *cookie" "int (*writefn)(void *, char *, int)"
|
||||
.Fn fwopen "void *cookie" "int (*writefn)(void *, const char *, int)"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn funopen
|
||||
|
|
|
|||
Loading…
Reference in a new issue