aboutsummaryrefslogtreecommitdiff
path: root/snac.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-02 03:49:38 +0100
committerdefault <nobody@localhost>2023-02-02 03:49:38 +0100
commit463439283a3f346a8869df6d17a70f20a0a02419 (patch)
tree8c9ec3c9c2552a8dab6ee55bceca9f5951ae8788 /snac.c
parentec07b0c59d0313faedd147d08a65ade0feaf88b9 (diff)
Minor header tweaks.
Diffstat (limited to 'snac.c')
-rw-r--r--snac.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/snac.c b/snac.c
index e8c3a3d..c15a74a 100644
--- a/snac.c
+++ b/snac.c
@@ -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 */