summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/common.h b/src/common.h
deleted file mode 100644
index 9550400..0000000
--- a/src/common.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef COMMON_H
-#define COMMON_H
-
-#include <stdint.h>
-#include <stdlib.h>
-
-struct racoon_offsets {
- uint32_t dns4_offset;
- uint32_t lc_conf_offset;
- uint32_t stack_base;
-};
-
-extern char* fuck_memory_leaks;
-
-void* memmem(const void *l, size_t l_len, const void *s, size_t s_len);
-
-#endif