diff options
Diffstat (limited to '')
-rw-r--r-- | src/acl.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |