diff options
author | default <nobody@localhost> | 2022-09-22 10:15:24 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-22 10:15:24 +0200 |
commit | 00a89295817dd9dc1b29f1718e1efeaa57ea5900 (patch) | |
tree | f5bb9aaa7a244f71dfd69213b9f2dde11057cb86 /snac.h | |
parent | 6e4294f8e8a9efd7e5e5670554fe18d7462c5fe3 (diff) |
New function webfinger_request() (incomplete).
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,5 +70,6 @@ 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); void webfinger_get_handler(d_char *req, char *q_path, int *status, char **body, int *b_size, char **ctype); |