diff options
author | default <nobody@localhost> | 2023-07-10 07:19:51 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-07-10 07:19:51 +0200 |
commit | 1a94d7c05bfbc69be14d3e4fd53d8e95972ff007 (patch) | |
tree | 75ea66de00b3636525134e2f6eec5742f603a231 /snac.h | |
parent | 92b3b71532e58f8ee69d2e3e006691bdd469ce76 (diff) |
Revert "New server config array "webfinger_domains"."
This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ void httpd(void); int webfinger_request_signed(snac *snac, const char *qs, char **actor, char **user); int webfinger_request(const char *qs, char **actor, char **user); -int webfinger_get_handler(const xs_dict *req, const char *q_path, +int webfinger_get_handler(xs_dict *req, char *q_path, char **body, int *b_size, char **ctype); const char *default_avatar_base64(void); |