diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2024-05-13 20:44:07 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2024-05-13 22:01:09 +0200 |
commit | 10eb77f9323110c55f88195c5b8207eb524baa73 (patch) | |
tree | 940c83fc095bad3e63045bc6fbe9ada8e4276135 /browse.h | |
parent | 0effd40bad7ae753102e7040159afd76be4e8732 (diff) |
add unit tests
Diffstat (limited to 'browse.h')
-rw-r--r-- | browse.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |