aboutsummaryrefslogtreecommitdiffstats
path: root/httpd.h
diff options
context:
space:
mode:
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 a7265d9..072dbae 100644
--- a/httpd.h
+++ b/httpd.h
@@ -220,7 +220,7 @@ void write_request(struct REQUEST *req);
/* --- ls.c ----------------------------------------------------- */
void init_quote(void);
-char* quote(unsigned char *path, int maxlength);
+char* quote(unsigned char *path, int maxlength, char *buf, int bufsize);
struct DIRCACHE *get_dir(struct REQUEST *req, char *filename);
void free_dir(struct DIRCACHE *dir);