summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-23 17:36:40 +0200
committerdefault <nobody@localhost>2022-09-23 17:36:40 +0200
commit40193b132007156bd5c44b576df1305ab2492771 (patch)
tree8b2f57268b86fee8b9e4c317821d78b318e07906 /snac.h
parentbdc166111df38377e0fdcffe386715d1c33c7ef2 (diff)
webfinger_request() returns the status.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index ffd88dc..b181e61 100644
--- a/snac.h
+++ b/snac.h
@@ -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);