]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/server/acl.h
finalize -3
[1ts-debian.git] / zephyr / server / acl.h
1 /* This file is part of the Project Athena Zephyr Notification System.
2  * It contains definitions for the ACL library
3  *
4  *      Created by:     John T. Kohl
5  *
6  *      $Id$
7  *
8  *      Copyright (c) 1987 by the Massachusetts Institute of Technology.
9  *      For copying and distribution information, see the file
10  *      "mit-copyright.h". 
11  */
12
13 #include <zephyr/mit-copyright.h>
14
15 #ifndef __ACL__
16 #define __ACL__
17
18 int acl_add __P((char *, char *));
19 int acl_check __P((char *, char *));
20 int acl_delete __P((char *, char *));
21 int acl_initialize __P((char *, int));
22 void acl_cache_reset __P((void));
23
24 #endif /* __ACL__ */
25