diff options
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) | |||
| 138 | } | 138 | } |
| 139 | 139 | ||
| 140 | 140 | ||
| 141 | void srv_archive(char *direction, char *req, char *payload, int p_size, | 141 | void 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 */ |