summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-25 11:37:05 +0100
committerdefault <nobody@localhost>2022-11-25 11:37:05 +0100
commit200a6a0c91b8c4132aacf4eca9033a74ce3dfc8e (patch)
treef7e6a954da0c1af65d6f2e6d61f12d4dfdc867d2 /snac.h
parentb79241701385c33b58359adfa20bbadb643b86b9 (diff)
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);
void srv_archive(char *direction, char *req, char *payload, int p_size,
int status, char *headers, char *body, int b_size);
-double mtime(char *fn);
+double mtime(const char *fn);
int index_add(const char *fn, const char *md5);
int index_del(const char *fn, const char *md5);