diff options
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 */ |