summaryrefslogtreecommitdiff
path: root/browse.h
diff options
context:
space:
mode:
Diffstat (limited to 'browse.h')
-rw-r--r--browse.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/browse.h b/browse.h
index 144eada..bcfd928 100644
--- a/browse.h
+++ b/browse.h
@@ -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 */