13 lines
211 B
C
Raw Normal View History

2021-01-27 16:26:19 -05:00
#pragma once
2020-11-24 17:12:23 -05:00
#ifdef __cplusplus
extern "C" {
#endif
2022-05-29 22:54:57 -04:00
void patch_mcpi_elf_dependencies(const char *original_path, const char *linker);
2022-05-02 22:44:10 -04:00
char *patch_get_interpreter(const char *file);
2020-11-24 17:12:23 -05:00
#ifdef __cplusplus
}
2021-06-17 17:32:24 -04:00
#endif