summaryrefslogtreecommitdiff
path: root/browse.h
diff options
context:
space:
mode:
Diffstat (limited to 'browse.h')
-rw-r--r--browse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/browse.h b/browse.h
index 3d34d94..a4f0583 100644
--- a/browse.h
+++ b/browse.h
@@ -36,9 +36,9 @@
#define BROWSE_URL "browse"
/*
- * browse page allows to browse through the folder hierarchy under DATA_DIR,
- * returns 0 in case of success, an error code otherwise
+ * Print a browse page that allows to browse through the folder hierarchy.
+ * The KCGI request is required.
*/
-int browse (struct kreq *);
+void browse(struct kreq *);
#endif /* VAULT_BROWSE_H */