diff options
author | default <nobody@localhost> | 2023-02-23 18:43:52 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-23 18:43:52 +0100 |
commit | 163051906640bc401ae7aefa97c101c3696c9167 (patch) | |
tree | 1a389a4c29f4bc742e418fbb8b53c13dd228eb37 /snac.h | |
parent | 285dbe1a5e5357ef5ce2110c60dc77e262d9e8cc (diff) |
Deleted index_del_md5() and index_del().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |