diff options
author | default <nobody@localhost> | 2022-09-25 07:28:42 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-25 07:28:42 +0200 |
commit | 58de0798f29d8ee29759bd4076e35702027f113d (patch) | |
tree | 8b79e8456d076846f999f9910e5e5a506d1b4497 /snac.h | |
parent | c3e19f1650ce37b9fe138e1de03083faa2d593a5 (diff) |
New function srv_archive().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ int validate_uid(char *uid); d_char *hash_password(char *uid, char *passwd, char *nonce); 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); + float mtime(char *fn); int follower_add(snac *snac, char *actor, char *msg); |