diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -77,7 +77,7 @@ d_char *http_signed_request(snac *snac, char *method, char *url, | |||
| 77 | void httpd(void); | 77 | void httpd(void); |
| 78 | 78 | ||
| 79 | int webfinger_request(char *qs, char **actor, char **user); | 79 | int webfinger_request(char *qs, char **actor, char **user); |
| 80 | void webfinger_get_handler(d_char *req, char *q_path, int *status, | 80 | int webfinger_get_handler(d_char *req, char *q_path, |
| 81 | char **body, int *b_size, char **ctype); | 81 | char **body, int *b_size, char **ctype); |
| 82 | 82 | ||
| 83 | int activitypub_request(snac *snac, char *url, d_char **data); | 83 | int activitypub_request(snac *snac, char *url, d_char **data); |