diff options
author | default <nobody@localhost> | 2023-03-02 17:13:17 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-03-02 17:13:17 +0100 |
commit | b2ce9323db88539860e0e71960ffdf22f33005e4 (patch) | |
tree | 07bc53406d00f0a00fcc5f861b970db444ad08b0 /snac.h | |
parent | 8451d66601f2cf46630d9258c572245818d9a055 (diff) |
Added the url to srv_archive().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ int validate_uid(const char *uid); d_char *hash_password(const char *uid, const char *passwd, const char *nonce); int check_password(const char *uid, const char *passwd, const char *hash); -void srv_archive(const char *direction, xs_dict *req, +void srv_archive(const char *direction, const char *url, xs_dict *req, const char *payload, int p_size, int status, xs_dict *headers, const char *body, int b_size); |