]> git.saurik.com Git - apple/network_cmds.git/blobdiff - ypserv.tproj/acl.h
network_cmds-245.tar.gz
[apple/network_cmds.git] / ypserv.tproj / acl.h
index cb10663b1fce9dfc5e03d63a2d9c9f4e0bff9211..fc5afa5de9fa6e3c10afc42ec76b8ae5b74c254d 100644 (file)
@@ -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_ */