summaryrefslogtreecommitdiffhomepage
path: root/src/acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/acl.h')
-rw-r--r--src/acl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/acl.h b/src/acl.h
index 5b41b2a..3a3d837 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -21,8 +21,7 @@
#ifndef TINYPROXY_ACL_H
#define TINYPROXY_ACL_H
-typedef enum
-{ ACL_ALLOW, ACL_DENY } acl_access_t;
+typedef enum { ACL_ALLOW, ACL_DENY } acl_access_t;
extern int insert_acl (char *location, acl_access_t access_type);
extern int check_acl (const char *ip_address, const char *string_address);