diff options
Diffstat (limited to 'browse.h')
-rw-r--r-- | browse.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -43,13 +43,12 @@ * All parameters are required. * Returns the length of the created URL, or 0 in case of failure. */ -size_t -build_browse_url(struct kreq *, struct file *); +size_t build_browse_url(struct kreq *, struct file *); /* * Print a browse page that allows to browse through the folder hierarchy. * The KCGI request is required. */ -struct http_ret browse(struct kreq *); +void browse(struct kreq *); #endif /* BROWSE_H */ |