summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index adbd6c9..094179c 100644
--- a/snac.h
+++ b/snac.h
@@ -191,6 +191,7 @@ int check_signature(snac *snac, xs_dict *req, xs_str **err);
191 191
192void httpd(void); 192void httpd(void);
193 193
194int webfinger_request_signed(snac *snac, const char *qs, char **actor, char **user);
194int webfinger_request(const char *qs, char **actor, char **user); 195int webfinger_request(const char *qs, char **actor, char **user);
195int webfinger_get_handler(xs_dict *req, char *q_path, 196int webfinger_get_handler(xs_dict *req, char *q_path,
196 char **body, int *b_size, char **ctype); 197 char **body, int *b_size, char **ctype);