]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
protect from double inclusion with #ifndef directives
authorwessels <>
Tue, 24 Jan 2006 06:25:59 +0000 (06:25 +0000)
committerwessels <>
Tue, 24 Jan 2006 06:25:59 +0000 (06:25 +0000)
src/forward.h

index 45821cc01bfd7144a964c553bd4972ab8b3f924b..12866d02967848a330daf13195e1ee85dad1592b 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef SQUID_FORWARD_H
+#define SQUID_FORWARD_H
 
 class FwdServer
 {
@@ -88,3 +90,5 @@ unsigned int ftp_pasv_failed:
     flags;
 
 };
+
+#endif