aboutsummaryrefslogtreecommitdiff
path: root/include/relocation.h
diff options
context:
space:
mode:
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