summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-23 18:43:52 +0100
committerdefault <nobody@localhost>2023-02-23 18:43:52 +0100
commit163051906640bc401ae7aefa97c101c3696c9167 (patch)
tree1a389a4c29f4bc742e418fbb8b53c13dd228eb37 /snac.h
parent285dbe1a5e5357ef5ce2110c60dc77e262d9e8cc (diff)
Deleted index_del_md5() and index_del().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 5c02871..af8388c 100644
--- a/snac.h
+++ b/snac.h
@@ -61,7 +61,6 @@ double mtime_nl(const char *fn, int *n_link);
int index_add(const char *fn, const char *md5);
int index_gc(const char *fn);
-int index_del(const char *fn, const char *md5);
int index_first(const char *fn, char *buf, int size);
int index_len(const char *fn);
d_char *index_list(const char *fn, int max);