aboutsummaryrefslogtreecommitdiffstats
path: root/httpd.h
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-05-23 09:19:54 +0000
committerkraxel <kraxel>2007-05-23 09:19:54 +0000
commit9b5a6a354b8e9dded8fe0f3de187ff8c70b59047 (patch)
treec04d01335c5e63295a35909424cdd27eb8fdefa8 /httpd.h
parent01d24a69854ea050353d56c239b4a7df01d2b135 (diff)
downloadwebfs-9b5a6a354b8e9dded8fe0f3de187ff8c70b59047.tar.gz
ls.c fixes
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);