diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -70,5 +70,6 @@ d_char *http_signed_request(snac *snac, char *method, char *url, | |||
| 70 | 70 | ||
| 71 | void httpd(void); | 71 | void httpd(void); |
| 72 | 72 | ||
| 73 | void webfinger_request(char *qs, int *status, char **actor, char **user); | ||
| 73 | void webfinger_get_handler(d_char *req, char *q_path, int *status, | 74 | void webfinger_get_handler(d_char *req, char *q_path, int *status, |
| 74 | char **body, int *b_size, char **ctype); | 75 | char **body, int *b_size, char **ctype); |