aboutsummaryrefslogtreecommitdiff
path: root/httpd.h
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2014-07-25 23:06:50 +0200
committerReyk Floeter <reyk@esdenera.com>2014-07-25 23:06:50 +0200
commite30ef12693dc3dcdf72573424c839afb10769b70 (patch)
treec24f3231a41a6b7e13372702217289775210e052 /httpd.h
parente3e992b54315a4d8e9bf446dab17ebde280903e1 (diff)
downloadhttpd-e30ef12693dc3dcdf72573424c839afb10769b70.tar.gz
httpd-e30ef12693dc3dcdf72573424c839afb10769b70.zip
sync
Diffstat (limited to 'httpd.h')
-rw-r--r--httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.h b/httpd.h
index cc10bfb..f955fe6 100644
--- a/httpd.h
+++ b/httpd.h
@@ -421,7 +421,7 @@ void event_again(struct event *, int, short,
void (*)(int, short, void *),
struct timeval *, struct timeval *, void *);
const char *canonicalize_host(const char *, char *, size_t);
-const char *canonicalize_path(const char *, const char *, char *, size_t);
+const char *canonicalize_path(const char *, char *, size_t);
void imsg_event_add(struct imsgev *);
int imsg_compose_event(struct imsgev *, u_int16_t, u_int32_t,
pid_t, int, void *, u_int16_t);