summaryrefslogtreecommitdiff
path: root/browse.h
diff options
context:
space:
mode:
Diffstat (limited to 'browse.h')
-rw-r--r--browse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse.h b/browse.h
index 399bdd9..68d8c45 100644
--- a/browse.h
+++ b/browse.h
@@ -39,6 +39,6 @@
* Print a browse page that allows to browse through the folder hierarchy.
* The KCGI request is required.
*/
-void browse(struct kreq *);
+struct http_ret browse(struct kreq *);
#endif /* BROWSE_H */