summaryrefslogtreecommitdiff
path: root/src/patchfinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/patchfinder.h')
-rw-r--r--src/patchfinder.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/patchfinder.h b/src/patchfinder.h
deleted file mode 100644
index 21af7e3..0000000
--- a/src/patchfinder.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef PATCHFINDER_H
-#define PATCHFINDER_H
-
-#include <stdint.h>
-
-uint32_t find_dns4_offset(uint32_t region,
- uint8_t* bin,
- size_t size);
-
-uint32_t find_lc_conf_offset(uint32_t region,
- uint8_t* bin,
- size_t size);
-
-#endif \ No newline at end of file