aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/relocation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/relocation.h b/include/relocation.h
index ea9da9f..b734433 100644
--- a/include/relocation.h
+++ b/include/relocation.h
@@ -16,7 +16,7 @@
#endif
#include <unistd.h>
-void replace_text(char *original, const char *target, const char *replacement);
-void file_replace_text(const char* filename, const char* target, const char* replacement);
+int replace_text(char *original, const char *target, const char *replacement);
+int file_replace_text(const char* filename, const char* target, const char* replacement);
#endif //OMC_RELOCATION_H