libc/yp: sort out warnings

.. in least-effort manner

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2023-03-16 18:56:47 +00:00
parent 3451ed888e
commit ba5070ab44
2 changed files with 2 additions and 6 deletions

View file

@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <string.h>
extern int (*ypresp_allfn)();
extern int (*ypresp_allfn)(u_long, char *, int, char *, int, void *);
extern void *ypresp_data;
/*

View file

@ -92,11 +92,7 @@ struct dom_binding {
#endif
#define MAX_RETRIES 20
extern bool_t xdr_domainname(), xdr_ypbind_resp();
extern bool_t xdr_ypreq_key(), xdr_ypresp_val();
extern bool_t xdr_ypreq_nokey(), xdr_ypresp_key_val();
extern bool_t xdr_ypresp_all(), xdr_ypresp_all_seq();
extern bool_t xdr_ypresp_master();
bool_t xdr_ypresp_all_seq(XDR *xdrs, u_long *objp);
int (*ypresp_allfn)();
void *ypresp_data;