diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 9 |
1 files changed, 5 insertions, 4 deletions
| @@ -284,10 +284,11 @@ int check_signature(const xs_dict *req, xs_str **err); | |||
| 284 | srv_state *srv_state_op(xs_str **fname, int op); | 284 | srv_state *srv_state_op(xs_str **fname, int op); |
| 285 | void httpd(void); | 285 | void httpd(void); |
| 286 | 286 | ||
| 287 | int webfinger_request_signed(snac *snac, const char *qs, char **actor, char **user); | 287 | int webfinger_request_signed(snac *snac, const char *qs, xs_str **actor, xs_str **user); |
| 288 | int webfinger_request(const char *qs, char **actor, char **user); | 288 | int webfinger_request(const char *qs, xs_str **actor, xs_str **user); |
| 289 | int webfinger_get_handler(xs_dict *req, char *q_path, | 289 | int webfinger_request_fake(const char *qs, xs_str **actor, xs_str **user); |
| 290 | char **body, int *b_size, char **ctype); | 290 | int webfinger_get_handler(xs_dict *req, const char *q_path, |
| 291 | xs_val **body, int *b_size, char **ctype); | ||
| 291 | 292 | ||
| 292 | const char *default_avatar_base64(void); | 293 | const char *default_avatar_base64(void); |
| 293 | 294 | ||