/** * @file relocation.h */ #ifndef OMC_RELOCATION_H #define OMC_RELOCATION_H #include "config.h" #include #include #include #if defined(OMC_OS_DARWIN) #include # else #include #endif #include void replace_text(char *original, const char *target, const char *replacement); void file_replace_text(const char* filename, const char* target, const char* replacement); #endif //OMC_RELOCATION_H