X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/b7080c8e96625177072137d504eb8e9c9d748e49..2b484d24084b903459c5b416c06cd77b48c748b9:/ypserv.tproj/acl.h diff --git a/ypserv.tproj/acl.h b/ypserv.tproj/acl.h index cb10663..fc5afa5 100644 --- a/ypserv.tproj/acl.h +++ b/ypserv.tproj/acl.h @@ -99,10 +99,10 @@ struct aclent *next; }; __BEGIN_DECLS -int acl_check_host __P((struct in_addr *)); -int acl_init __P((char *)); -int acl_securenet __P((char *)); -void acl_reset __P((void)); +int yp_acl_check_host __P((struct in_addr *)); +int yp_acl_init __P((char *)); +int yp_acl_securenet __P((char *)); +void yp_acl_reset __P((void)); __END_DECLS #endif /* !_ACL_H_ */