Skip to content

Commit 6bd60e1

Browse files
fel1x-developermarkjdb
authored andcommitted
libc: Specify parameter types for function pointer
Reviewed by: dab MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D43726
1 parent 1e75e61 commit 6bd60e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/libc/yp/yplib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ struct dom_binding {
9191

9292
bool_t xdr_ypresp_all_seq(XDR *xdrs, u_long *objp);
9393

94-
int (*ypresp_allfn)();
94+
int (*ypresp_allfn)(unsigned long, char *, int, char *, int, void *);
9595
void *ypresp_data;
9696

9797
static void _yp_unbind(struct dom_binding *);

0 commit comments

Comments
 (0)