/** * @file relocation.h */ #ifndef OHMYCAL_RELOCATION_H #define OHMYCAL_RELOCATION_H #include #include #include #include #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 //OHMYCAL_RELOCATION_H