diff options
| author | 2023-02-23 18:43:52 +0100 | |
|---|---|---|
| committer | 2023-02-23 18:43:52 +0100 | |
| commit | 163051906640bc401ae7aefa97c101c3696c9167 (patch) | |
| tree | 1a389a4c29f4bc742e418fbb8b53c13dd228eb37 /snac.h | |
| parent | Call index_gc() on the user indexes. (diff) | |
| download | snac2-163051906640bc401ae7aefa97c101c3696c9167.tar.gz snac2-163051906640bc401ae7aefa97c101c3696c9167.tar.xz snac2-163051906640bc401ae7aefa97c101c3696c9167.zip | |
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); | |||
| 61 | 61 | ||
| 62 | int index_add(const char *fn, const char *md5); | 62 | int index_add(const char *fn, const char *md5); |
| 63 | int index_gc(const char *fn); | 63 | int index_gc(const char *fn); |
| 64 | int index_del(const char *fn, const char *md5); | ||
| 65 | int index_first(const char *fn, char *buf, int size); | 64 | int index_first(const char *fn, char *buf, int size); |
| 66 | int index_len(const char *fn); | 65 | int index_len(const char *fn); |
| 67 | d_char *index_list(const char *fn, int max); | 66 | d_char *index_list(const char *fn, int max); |