diff options
| author | 2023-03-02 17:13:17 +0100 | |
|---|---|---|
| committer | 2023-03-02 17:13:17 +0100 | |
| commit | b2ce9323db88539860e0e71960ffdf22f33005e4 (patch) | |
| tree | 07bc53406d00f0a00fcc5f861b970db444ad08b0 /snac.h | |
| parent | Log the user-agent when serving the actor. (diff) | |
| download | snac2-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -51,7 +51,7 @@ int validate_uid(const char *uid); | |||
| 51 | d_char *hash_password(const char *uid, const char *passwd, const char *nonce); | 51 | d_char *hash_password(const char *uid, const char *passwd, const char *nonce); |
| 52 | int check_password(const char *uid, const char *passwd, const char *hash); | 52 | int check_password(const char *uid, const char *passwd, const char *hash); |
| 53 | 53 | ||
| 54 | void srv_archive(const char *direction, xs_dict *req, | 54 | void 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); |