summaryrefslogtreecommitdiffhomepage
path: root/src/acl.h
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-06-02 02:07:34 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-06-02 02:07:34 +0000
commit0a5b82cd9704d65acfc635aa646c13bcca528422 (patch)
tree63d7fcc36ed501a422ecba92750653bc4d36e265 /src/acl.h
parentebdec66eda681b8cef9322538d7bda2ff5307afd (diff)
Fixed up the names of the DEFINES.
Diffstat (limited to 'src/acl.h')
-rw-r--r--src/acl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/acl.h b/src/acl.h
index 9a4cc2b..73ea83c 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -1,4 +1,4 @@
-/* $Id: acl.h,v 1.1 2000-09-12 00:08:48 rjkaes Exp $
+/* $Id: acl.h,v 1.2 2001-06-02 02:07:34 rjkaes Exp $
*
* See 'acl.c' for detailed information.
*
@@ -15,8 +15,8 @@
* General Public License for more details.
*/
-#ifndef _TINYPROXY_ACL_H_
-#define _TINYPROXY_ACL_H_
+#ifndef TINYPROXY_ACL_H
+#define TINYPROXY_ACL_H
typedef enum { ACL_ALLOW, ACL_DENY } acl_access_t;