diff options
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -43,7 +43,7 @@ d_char *nodeinfo_2_0(void) | |||
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | 45 | ||
| 46 | int server_get_handler(d_char *req, char *q_path, | 46 | int server_get_handler(xs_dict *req, char *q_path, |
| 47 | char **body, int *b_size, char **ctype) | 47 | char **body, int *b_size, char **ctype) |
| 48 | /* basic server services */ | 48 | /* basic server services */ |
| 49 | { | 49 | { |