diff options
author | default <nobody@localhost> | 2022-09-21 21:12:49 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-21 21:12:49 +0200 |
commit | 6e4294f8e8a9efd7e5e5670554fe18d7462c5fe3 (patch) | |
tree | 5f0d3ba0dd8b629fa03b3294f1dd3e3b21a6c513 /snac.h | |
parent | a19d509b87e4f3472f0ac4ae058f9d32384215e7 (diff) |
Added a webfinger handler.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -69,3 +69,6 @@ d_char *http_signed_request(snac *snac, char *method, char *url, int *status, d_char **payload, int *p_size); void httpd(void); + +void webfinger_get_handler(d_char *req, char *q_path, int *status, + char **body, int *b_size, char **ctype); |