summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorGravatar default2023-03-02 17:13:17 +0100
committerGravatar default2023-03-02 17:13:17 +0100
commitb2ce9323db88539860e0e71960ffdf22f33005e4 (patch)
tree07bc53406d00f0a00fcc5f861b970db444ad08b0 /snac.h
parentLog the user-agent when serving the actor. (diff)
downloadsnac2-b2ce9323db88539860e0e71960ffdf22f33005e4.tar.gz
snac2-b2ce9323db88539860e0e71960ffdf22f33005e4.tar.xz
snac2-b2ce9323db88539860e0e71960ffdf22f33005e4.zip
Added the url to srv_archive().
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 6766c55..284b30e 100644
--- a/snac.h
+++ b/snac.h
@@ -51,7 +51,7 @@ int validate_uid(const char *uid);
51d_char *hash_password(const char *uid, const char *passwd, const char *nonce); 51d_char *hash_password(const char *uid, const char *passwd, const char *nonce);
52int check_password(const char *uid, const char *passwd, const char *hash); 52int check_password(const char *uid, const char *passwd, const char *hash);
53 53
54void srv_archive(const char *direction, xs_dict *req, 54void srv_archive(const char *direction, const char *url, xs_dict *req,
55 const char *payload, int p_size, 55 const char *payload, int p_size,
56 int status, xs_dict *headers, 56 int status, xs_dict *headers,
57 const char *body, int b_size); 57 const char *body, int b_size);