X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Ftcpwrapper.h;h=f73510696ff31d3f40d8086d3145e013e918074c;hp=930ec6aa1e93d737bc1d35f23831677b14dad479;hb=8e710e90bcf937d500445082800503f374560399;hpb=7d81b45faeb9ca652f4076cfecd0da742caa22a8 diff --git a/support/include/tcpwrapper.h b/support/include/tcpwrapper.h index 930ec6a..f735106 100644 --- a/support/include/tcpwrapper.h +++ b/support/include/tcpwrapper.h @@ -6,6 +6,7 @@ #include extern int from_local(const struct sockaddr *sap); -extern int check_default(char *name, struct sockaddr_in *addr, u_long prog); +extern int check_default(char *name, struct sockaddr *sap, + const unsigned long program); #endif /* TCP_WRAPPER_H */