summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-23 10:42:09 +0100
committerdefault <nobody@localhost>2023-02-23 10:42:09 +0100
commit307c9420c30406d1a85cbf604a13d0c9db2a6206 (patch)
treef7ebf1176090884dccc266078967cf07c39c6df0 /snac.h
parent4eec2157296122909ee2513a0ce408cf6158b895 (diff)
New function index_gc().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index ba8b680..5c02871 100644
--- a/snac.h
+++ b/snac.h
@@ -60,6 +60,7 @@ double mtime_nl(const char *fn, int *n_link);
#define mtime(fn) mtime_nl(fn, NULL)
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);