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