Update prototypes for eventhandler_register() and eventhandler_find_list()
to match the code.
This commit is contained in:
parent
595e513a56
commit
9df1bed3ca
@ -39,7 +39,7 @@
|
||||
.Ft eventhandler_tag
|
||||
.Fo eventhandler_register
|
||||
.Fa "struct eventhandler_list *list"
|
||||
.Fa "char *name"
|
||||
.Fa "const char *name"
|
||||
.Fa "void *func"
|
||||
.Fa "void *arg"
|
||||
.Fa "int priority"
|
||||
@ -50,7 +50,7 @@
|
||||
.Fa "eventhandler_tag tag"
|
||||
.Fc
|
||||
.Ft "struct eventhandler_list *"
|
||||
.Fn eventhandler_find_list "char *name"
|
||||
.Fn eventhandler_find_list "const char *name"
|
||||
.Ft void
|
||||
.Fn eventhandler_prune_list "struct eventhandler_list *list"
|
||||
.Sh DESCRIPTION
|
||||
@ -236,4 +236,4 @@ facility first appeared in
|
||||
.Fx 4.0 .
|
||||
.Sh AUTHORS
|
||||
This manual page was written by
|
||||
.An Joseph Koshy Aq jkoshy@FreeBSD.org .
|
||||
.An Joseph Koshy Aq jkoshy@FreeBSD.org .
|
||||
|
Loading…
x
Reference in New Issue
Block a user