diff options
| author | 2023-12-17 15:21:16 +0100 | |
|---|---|---|
| committer | 2023-12-17 15:21:16 +0100 | |
| commit | f8196b4ef6369b5cbaf746cbaf6101eba1fb783b (patch) | |
| tree | e1142beb5839eaa332778c83c79cbfe5b0b0573e /snac.h | |
| parent | Fixed shared inbox distribution logic for Delete messages. (diff) | |
| download | snac2-f8196b4ef6369b5cbaf746cbaf6101eba1fb783b.tar.gz snac2-f8196b4ef6369b5cbaf746cbaf6101eba1fb783b.tar.xz snac2-f8196b4ef6369b5cbaf746cbaf6101eba1fb783b.zip | |
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, | |||
| 64 | const char *body, int b_size); | 64 | const char *body, int b_size); |
| 65 | void srv_archive_error(const char *prefix, const xs_str *err, | 65 | void srv_archive_error(const char *prefix, const xs_str *err, |
| 66 | const xs_dict *req, const xs_val *data); | 66 | const xs_dict *req, const xs_val *data); |
| 67 | void srv_archive_qitem(xs_dict *q_item); | ||
| 67 | 68 | ||
| 68 | double mtime_nl(const char *fn, int *n_link); | 69 | double mtime_nl(const char *fn, int *n_link); |
| 69 | #define mtime(fn) mtime_nl(fn, NULL) | 70 | #define mtime(fn) mtime_nl(fn, NULL) |