summaryrefslogtreecommitdiff
path: root/browse.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2023-08-01 23:09:57 +0200
committerVincent Douillet <vincent@vdouillet.fr>2023-08-07 14:57:21 +0200
commitf172ffca292594147939280dab20cb03a4921fb6 (patch)
treebc63edcd5fbd474cdfdcced0d89b659c3bcc1cb4 /browse.h
parent62b01654da4f1ae1a9aaeab106cea5e7bb9d77e3 (diff)
add log messages
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 */