summaryrefslogtreecommitdiff
path: root/upload.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 /upload.h
parent1bcf812973335b424655b272eb831d4eb8f059fc (diff)
remove http_retHEADmaster
Diffstat (limited to 'upload.h')
-rw-r--r--upload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upload.h b/upload.h
index 526a628..4ec23a6 100644
--- a/upload.h
+++ b/upload.h
@@ -49,6 +49,6 @@ build_upload_url(const struct kreq *, struct file *);
* Print an upload form (http GET) or handle an upload form submission (http
* POST).
*/
-struct http_ret upload(struct kreq *);
+void upload(struct kreq *);
#endif /* UPLOAD_H */