]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/server/acl.h
import zephyr 3.0~rc2544
[1ts-debian.git] / zephyr / server / acl.h
index 02b76a2cc53b4e5efd9853326facf0791085a173..2bf9699cbd2903b380e865b990b3bd2916aa1b5e 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Created by:     John T. Kohl
  *
- *     $Id: acl.h 2091 2007-12-20 01:17:23Z kcr $
+ *     $Id: acl.h 2527 2009-08-09 18:42:32Z kcr@ATHENA.MIT.EDU $
  *
  *     Copyright (c) 1987 by the Massachusetts Institute of Technology.
  *     For copying and distribution information, see the file
 #ifndef        __ACL__
 #define        __ACL__
 
-int acl_add __P((char *, char *));
-int acl_check __P((char *, char *));
-int acl_delete __P((char *, char *));
-int acl_initialize __P((char *, int));
-void acl_cache_reset __P((void));
+int acl_add(char *, char *);
+int acl_check(char *, char *);
+int acl_delete(char *, char *);
+int acl_initialize(char *, int);
+void acl_cache_reset(void);
 
 #endif /* __ACL__ */