diff options
| author | default <nobody@localhost> | 2023-02-02 03:49:38 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-02-02 03:49:38 +0100 |
| commit | 463439283a3f346a8869df6d17a70f20a0a02419 (patch) | |
| tree | 8c9ec3c9c2552a8dab6ee55bceca9f5951ae8788 /snac.c | |
| parent | ec07b0c59d0313faedd147d08a65ade0feaf88b9 (diff) | |
Minor header tweaks.
Diffstat (limited to 'snac.c')
| -rw-r--r-- | snac.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -138,8 +138,10 @@ int check_password(const char *uid, const char *passwd, const char *hash) } -void srv_archive(char *direction, char *req, char *payload, int p_size, - int status, char *headers, char *body, int b_size) +void srv_archive(const char *direction, xs_dict *req, + const char *payload, int p_size, + int status, xs_dict *headers, + const char *body, int b_size) /* archives a connection */ { /* obsessive archiving */ |