summaryrefslogtreecommitdiff
path: root/download.h
diff options
context:
space:
mode:
Diffstat (limited to 'download.h')
-rw-r--r--download.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/download.h b/download.h
index f602bd7..0282cda 100644
--- a/download.h
+++ b/download.h
@@ -49,6 +49,6 @@ build_download_url(const struct kreq *, struct file *);
* Return a requested file.
* The KCGI request is required.
*/
-struct http_ret download(struct kreq *);
+void download(struct kreq *);
#endif /* DOWNLOAD_H */