From 4fc5243fa6c249c1f1e118f95f42870b7ccf8c6e Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Tue, 26 Jul 2022 17:51:29 -0300 Subject: index: Add a function for converting an index into a string. --- index.h | 1 + 1 file changed, 1 insertion(+) (limited to 'index.h') 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 -- cgit v1.2.3-13-gbd6f