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