diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2023-08-01 23:09:57 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2023-08-07 14:57:21 +0200 |
commit | f172ffca292594147939280dab20cb03a4921fb6 (patch) | |
tree | bc63edcd5fbd474cdfdcced0d89b659c3bcc1cb4 /browse.h | |
parent | 62b01654da4f1ae1a9aaeab106cea5e7bb9d77e3 (diff) |
add log messages
Diffstat (limited to 'browse.h')
-rw-r--r-- | browse.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ |