summaryrefslogtreecommitdiff
path: root/src/squidgehack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/squidgehack.h')
-rw-r--r--src/squidgehack.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/squidgehack.h b/src/squidgehack.h
deleted file mode 100644
index 3a6ee7a..0000000
--- a/src/squidgehack.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __MMUHACK__
-#define __MMUHACK__
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern int mmuhack(void);
-extern int mmuunhack(void);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __MMUHACK__ */