diff options
author | default <nobody@localhost> | 2022-09-23 17:36:40 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-23 17:36:40 +0200 |
commit | 40193b132007156bd5c44b576df1305ab2492771 (patch) | |
tree | 8b2f57268b86fee8b9e4c317821d78b318e07906 /snac.h | |
parent | bdc166111df38377e0fdcffe386715d1c33c7ef2 (diff) |
webfinger_request() returns the status.
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); |