summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorGravatar default2022-11-25 11:37:05 +0100
committerGravatar default2022-11-25 11:37:05 +0100
commit200a6a0c91b8c4132aacf4eca9033a74ce3dfc8e (patch)
treef7e6a954da0c1af65d6f2e6d61f12d4dfdc867d2 /snac.h
parentAlso purge the hidden/ user directory. (diff)
downloadsnac2-200a6a0c91b8c4132aacf4eca9033a74ce3dfc8e.tar.gz
snac2-200a6a0c91b8c4132aacf4eca9033a74ce3dfc8e.tar.xz
snac2-200a6a0c91b8c4132aacf4eca9033a74ce3dfc8e.zip
The global object database is also purged.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index bdbdade..be8aaae 100644
--- a/snac.h
+++ b/snac.h
@@ -50,7 +50,7 @@ int check_password(char *uid, char *passwd, char *hash);
50void srv_archive(char *direction, char *req, char *payload, int p_size, 50void srv_archive(char *direction, char *req, char *payload, int p_size,
51 int status, char *headers, char *body, int b_size); 51 int status, char *headers, char *body, int b_size);
52 52
53double mtime(char *fn); 53double mtime(const char *fn);
54 54
55int index_add(const char *fn, const char *md5); 55int index_add(const char *fn, const char *md5);
56int index_del(const char *fn, const char *md5); 56int index_del(const char *fn, const char *md5);