summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-07-10 07:19:51 +0200
committerdefault <nobody@localhost>2023-07-10 07:19:51 +0200
commit1a94d7c05bfbc69be14d3e4fd53d8e95972ff007 (patch)
tree75ea66de00b3636525134e2f6eec5742f603a231 /snac.h
parent92b3b71532e58f8ee69d2e3e006691bdd469ce76 (diff)
Revert "New server config array "webfinger_domains"."
This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a.
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 f19f7e1..af6c912 100644
--- a/snac.h
+++ b/snac.h
@@ -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);