aboutsummaryrefslogtreecommitdiff
path: root/include/relocation.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-17 00:13:30 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-17 00:13:30 -0500
commit1c2cdc4d8e28ce1b4c0d1ba75686f05fd5dd772d (patch)
tree32257d5a12cc0dc06c62e4212806573477065080 /include/relocation.h
parentb5dc6f2c428b4555d3e56e628605f54e4a63b16e (diff)
downloadspmc-1c2cdc4d8e28ce1b4c0d1ba75686f05fd5dd772d.tar.gz
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
Diffstat (limited to 'include/relocation.h')
-rw-r--r--include/relocation.h2
1 files changed, 1 insertions, 1 deletions
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