summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorGravatar default2023-05-04 09:25:09 +0200
committerGravatar default2023-05-04 09:25:09 +0200
commit753eadfd1775545c5bfb4110ad2ba7cb61df9588 (patch)
tree84ec6b7daa8a13f63e2c5d86223858dd27365cd4 /httpd.c
parentDeleted real unused parameters. (diff)
downloadsnac2-753eadfd1775545c5bfb4110ad2ba7cb61df9588.tar.gz
snac2-753eadfd1775545c5bfb4110ad2ba7cb61df9588.tar.xz
snac2-753eadfd1775545c5bfb4110ad2ba7cb61df9588.zip
Added some const here and there.
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 70083a1..5520457 100644
--- a/httpd.c
+++ b/httpd.c
@@ -43,7 +43,7 @@ d_char *nodeinfo_2_0(void)
43} 43}
44 44
45 45
46int server_get_handler(d_char *req, char *q_path, 46int server_get_handler(xs_dict *req, char *q_path,
47 char **body, int *b_size, char **ctype) 47 char **body, int *b_size, char **ctype)
48/* basic server services */ 48/* basic server services */
49{ 49{