libc: Specify parameter types for function pointer

Reviewed by:	dab
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D43726
This commit is contained in:
Minsoo Choo 2024-02-03 20:07:18 -05:00 committed by Mark Johnston
parent 1e75e61d5c
commit 6bd60e15b1

View File

@ -91,7 +91,7 @@ struct dom_binding {
bool_t xdr_ypresp_all_seq(XDR *xdrs, u_long *objp);
int (*ypresp_allfn)();
int (*ypresp_allfn)(unsigned long, char *, int, char *, int, void *);
void *ypresp_data;
static void _yp_unbind(struct dom_binding *);