diff options
| author | 2025-07-08 17:30:45 +0200 | |
|---|---|---|
| committer | 2025-07-08 17:30:45 +0200 | |
| commit | 08f03cde6b469428494d3870ac54f740fd4641c4 (patch) | |
| tree | b537c9c4b26e60eff3f563efb1f950edcf791ce9 /webfinger.c | |
| parent | Minor webfinger tweak. (diff) | |
| download | snac2-08f03cde6b469428494d3870ac54f740fd4641c4.tar.gz snac2-08f03cde6b469428494d3870ac54f740fd4641c4.tar.xz snac2-08f03cde6b469428494d3870ac54f740fd4641c4.zip | |
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) | |||
| 152 | } | 152 | } |
| 153 | 153 | ||
| 154 | 154 | ||
| 155 | int webfinger_get_handler(xs_dict *req, const char *q_path, | 155 | int webfinger_get_handler(const xs_dict *req, const char *q_path, |
| 156 | xs_val **body, int *b_size, char **ctype) | 156 | xs_val **body, int *b_size, char **ctype) |
| 157 | /* serves webfinger queries */ | 157 | /* serves webfinger queries */ |
| 158 | { | 158 | { |