diff options
Diffstat (limited to 'upload.h')
-rw-r--r-- | upload.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |