summaryrefslogtreecommitdiff
path: root/h/zephyr/acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'h/zephyr/acl.h')
-rw-r--r--h/zephyr/acl.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/h/zephyr/acl.h b/h/zephyr/acl.h
deleted file mode 100644
index a196ed1..0000000
--- a/h/zephyr/acl.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* This file is part of the Project Athena Zephyr Notification System.
- * It contains definitions for the ACL library
- *
- * Created by: John T. Kohl
- *
- * $Source$
- * $Author$
- * $Header$
- *
- * Copyright (c) 1987 by the Massachusetts Institute of Technology.
- * For copying and distribution information, see the file
- * "mit-copyright.h".
- */
-
-#include <zephyr/mit-copyright.h>
-
-#ifndef __ACL__
-#define __ACL__
-#if defined(__STDC_)
- extern int acl_add ( char *, char *);
- extern int acl_check ( char *, char *);
- extern int acl_delete ( char *, char *);
- extern int acl_initialize ( char *, int);
-#else /* not STDC */
-extern int acl_check(), acl_add(), acl_delete(), acl_initialize();
-#endif
-#endif /* __ACL__ */