diff options
| author | spv420 <unomilliono@gmail.com> | 2022-04-23 18:22:31 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-04-23 18:22:31 -0400 |
| commit | 245a3831d7266913b0281bfa19058b59ac80818b (patch) | |
| tree | d20043b79a8df535a7df9b1d19c249e6ebd2d5a1 /src/common.h | |
| parent | 8526f9689b7bbeb09a14fbd159ef6d1871909df4 (diff) | |
big b0i
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 17 |
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 |
