summaryrefslogtreecommitdiff
path: root/snac.c
diff options
context:
space:
mode:
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)
138} 138}
139 139
140 140
141void srv_archive(char *direction, char *req, char *payload, int p_size, 141void srv_archive(const char *direction, xs_dict *req,
142 int status, char *headers, char *body, int b_size) 142 const char *payload, int p_size,
143 int status, xs_dict *headers,
144 const char *body, int b_size)
143/* archives a connection */ 145/* archives a connection */
144{ 146{
145 /* obsessive archiving */ 147 /* obsessive archiving */