From 1c2cdc4d8e28ce1b4c0d1ba75686f05fd5dd772d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 17 Feb 2020 00:13:30 -0500 Subject: Refactor continues: * Implement multiple manifests * Random bug fixes * More bugs added * Start removing references to SPM_GLOBAL.package_dir * Start using manifests for everything * Simplify mkmanifest_interface --- include/relocation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/relocation.h') diff --git a/include/relocation.h b/include/relocation.h index 128b2bd..0868d0f 100644 --- a/include/relocation.h +++ b/include/relocation.h @@ -16,6 +16,6 @@ int file_replace_text(char *filename, const char *spattern, const char *sreplace RelocationEntry **prefixes_read(const char *filename); void prefixes_free(RelocationEntry **entry); int prefixes_write(const char *output_file, int mode, char **prefix, const char *tree); - +int file_is_metadata(const char *path); #endif //SPM_RELOCATION_H -- cgit