From: wessels <> Date: Tue, 17 Mar 1998 05:24:28 +0000 (+0000) Subject: typedef struct _arp_ip_data acl_arp_data X-Git-Tag: SQUID_3_0_PRE1~3826 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40444bdf734fd9ef0e10c14886b7b1845b01d1b9;p=thirdparty%2Fsquid.git typedef struct _arp_ip_data acl_arp_data --- diff --git a/src/typedefs.h b/src/typedefs.h index 3a92952980..d66953c4b4 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -25,6 +25,7 @@ typedef struct _acl_time_data acl_time_data; typedef struct _acl_name_list acl_name_list; typedef struct _acl_deny_info_list acl_deny_info_list; typedef struct _acl_proxy_auth acl_proxy_auth; +typedef struct _acl_arp_data acl_arp_data; typedef struct _acl acl; typedef struct _snmpconf snmpconf; typedef struct _snmp_request_t snmp_request_t;