diff options
Diffstat (limited to 'httpd.h')
-rw-r--r-- | httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |