aboutsummaryrefslogtreecommitdiff
path: root/include/relocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/relocation.h')
-rw-r--r--include/relocation.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/relocation.h b/include/relocation.h
deleted file mode 100644
index 9a1f0f4..0000000
--- a/include/relocation.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @file relocation.h
- */
-#ifndef STASIS_RELOCATION_H
-#define STASIS_RELOCATION_H
-
-#include "config.h"
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#if defined(STASIS_OS_DARWIN)
-#include <limits.h>
-# else
-#include <linux/limits.h>
-#endif
-#include <unistd.h>
-
-#define REPLACE_TRUNCATE_AFTER_MATCH 1
-
-int replace_text(char *original, const char *target, const char *replacement, unsigned flags);
-int file_replace_text(const char* filename, const char* target, const char* replacement, unsigned flags);
-
-#endif //STASIS_RELOCATION_H