diff options
Diffstat (limited to 'webfinger.c')
| -rw-r--r-- | webfinger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c index dc0855a..46b7edb 100644 --- a/webfinger.c +++ b/webfinger.c | |||
| @@ -152,7 +152,7 @@ int webfinger_request_fake(const char *qs, xs_str **actor, xs_str **user) | |||
| 152 | } | 152 | } |
| 153 | 153 | ||
| 154 | 154 | ||
| 155 | int webfinger_get_handler(xs_dict *req, const char *q_path, | 155 | int webfinger_get_handler(const xs_dict *req, const char *q_path, |
| 156 | xs_val **body, int *b_size, char **ctype) | 156 | xs_val **body, int *b_size, char **ctype) |
| 157 | /* serves webfinger queries */ | 157 | /* serves webfinger queries */ |
| 158 | { | 158 | { |