diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -191,6 +191,7 @@ int check_signature(snac *snac, xs_dict *req, xs_str **err); | |||
| 191 | 191 | ||
| 192 | void httpd(void); | 192 | void httpd(void); |
| 193 | 193 | ||
| 194 | int webfinger_request_signed(snac *snac, const char *qs, char **actor, char **user); | ||
| 194 | int webfinger_request(const char *qs, char **actor, char **user); | 195 | int webfinger_request(const char *qs, char **actor, char **user); |
| 195 | int webfinger_get_handler(xs_dict *req, char *q_path, | 196 | int webfinger_get_handler(xs_dict *req, char *q_path, |
| 196 | char **body, int *b_size, char **ctype); | 197 | char **body, int *b_size, char **ctype); |