diff options
author | default <nobody@localhost> | 2023-12-17 15:21:16 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-12-17 15:21:16 +0100 |
commit | f8196b4ef6369b5cbaf746cbaf6101eba1fb783b (patch) | |
tree | e1142beb5839eaa332778c83c79cbfe5b0b0573e /snac.h | |
parent | ad718e5b801edd19fd76fb7d2921533c21ffab38 (diff) |
New function srv_archive_qitem().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ void srv_archive(const char *direction, const char *url, xs_dict *req, const char *body, int b_size); void srv_archive_error(const char *prefix, const xs_str *err, const xs_dict *req, const xs_val *data); +void srv_archive_qitem(xs_dict *q_item); double mtime_nl(const char *fn, int *n_link); #define mtime(fn) mtime_nl(fn, NULL) |