summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-07-08 09:57:40 +0200
committerdefault <nobody@localhost>2023-07-08 09:57:40 +0200
commitf2e0b7747813445138d5b65363fd3a74c7a2454a (patch)
tree4912445a5d4faf854faa9a4f6d3ea65780f91d2d /snac.h
parent321d9fb069bdb9da326b5df9b251120e5e0dc08d (diff)
New server config array "webfinger_domains".
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 af2cabf..1ef1d38 100644
--- a/snac.h
+++ b/snac.h
@@ -202,7 +202,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(xs_dict *req, char *q_path,
+int webfinger_get_handler(const xs_dict *req, const char *q_path,
char **body, int *b_size, char **ctype);
const char *default_avatar_base64(void);