summaryrefslogtreecommitdiff
path: root/browse.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2024-12-26 18:13:42 +0100
committerVincent Douillet <vincent@vdouillet.fr>2024-12-27 15:21:14 +0100
commitfddc6610d724dc08433ea99a98406d76c47e9df1 (patch)
tree6e96ffbedbd2d7ab119345a9cc367b6869236819 /browse.h
parent1bcf812973335b424655b272eb831d4eb8f059fc (diff)
remove http_retHEADmaster
Diffstat (limited to 'browse.h')
-rw-r--r--browse.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/browse.h b/browse.h
index 144eada..bcfd928 100644
--- a/browse.h
+++ b/browse.h
@@ -43,13 +43,12 @@
* All parameters are required.
* Returns the length of the created URL, or 0 in case of failure.
*/
-size_t
-build_browse_url(struct kreq *, struct file *);
+size_t build_browse_url(struct kreq *, struct file *);
/*
* Print a browse page that allows to browse through the folder hierarchy.
* The KCGI request is required.
*/
-struct http_ret browse(struct kreq *);
+void browse(struct kreq *);
#endif /* BROWSE_H */