diff options
| author | grunfink <grunfink@comam.es> | 2025-07-08 17:30:45 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-07-08 17:30:45 +0200 |
| commit | 08f03cde6b469428494d3870ac54f740fd4641c4 (patch) | |
| tree | b537c9c4b26e60eff3f563efb1f950edcf791ce9 /webfinger.c | |
| parent | 1417ffd9dc6aab00898d1ce346742ec4250e657a (diff) | |
Added some const here and there.
Diffstat (limited to 'webfinger.c')
| -rw-r--r-- | webfinger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c index dc0855a..46b7edb 100644 --- a/webfinger.c +++ b/webfinger.c @@ -152,7 +152,7 @@ int webfinger_request_fake(const char *qs, xs_str **actor, xs_str **user) } -int webfinger_get_handler(xs_dict *req, const char *q_path, +int webfinger_get_handler(const xs_dict *req, const char *q_path, xs_val **body, int *b_size, char **ctype) /* serves webfinger queries */ { |