summaryrefslogtreecommitdiff
path: root/index.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2022-07-26 17:51:29 -0300
committermrb0nk500 <b0nk@b0nk.xyz>2022-07-26 17:51:29 -0300
commit4fc5243fa6c249c1f1e118f95f42870b7ccf8c6e (patch)
tree1b13957f98849bb152e77bbdc1ae429b1c04c0cf /index.h
parent45b91d6057fc67db1491d301cf44f4f93764c783 (diff)
index: Add a function for converting an index into a string.
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 af0ba68..d579d98 100644
--- a/index.h
+++ b/index.h
@@ -16,5 +16,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);
#endif