summaryrefslogtreecommitdiff
path: root/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'index.h')
-rw-r--r--index.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.h b/index.h
index d579d98..4b37534 100644
--- a/index.h
+++ b/index.h
@@ -17,5 +17,6 @@ struct index {
extern int is_valid_index(index *idx);
extern char *make_index_path(const char *root, index *idx, int path_type);
extern char *index_to_str(index *idx);
+extern int index_path_exists(index *idx, const char *root, char **path);
#endif