]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ExternalACL.h
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / ExternalACL.h
index b3f7770d72afaebb4cfd339143564c8c3c891be7..11c1cbf9d79f7c026f69cfd8c7a651f8975e4b1f 100644 (file)
@@ -1,6 +1,5 @@
-
 /*
- * $Id: ExternalACL.h,v 1.10 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
+ *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  *
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
-
 #ifndef SQUID_EXTERNALACL_H
 #define SQUID_EXTERNALACL_H
-#include "ACL.h"
+
 #include "ACLChecklist.h"
 
 class external_acl;
@@ -52,8 +50,11 @@ private:
     static void LookupDone(void *data, void *result);
 };
 
+/** \todo CLEANUP: kill this typedef. */
 typedef struct _external_acl_data external_acl_data;
 
+#include "ACL.h"
+
 class ACLExternal : public ACL
 {
 
@@ -89,8 +90,6 @@ protected:
     char const *class_;
 };
 
-MEMPROXY_CLASS_INLINE(ACLExternal)             /**DOCS_NOSEMI*/
-
-extern void externalAclRegisterWithCacheManager(CacheManager & manager);
+MEMPROXY_CLASS_INLINE(ACLExternal);
 
 #endif /* SQUID_EXTERNALACL_H */