summaryrefslogtreecommitdiff
path: root/download.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2024-05-13 20:44:07 +0200
committerVincent Douillet <vincent@vdouillet.fr>2024-05-13 22:01:09 +0200
commit10eb77f9323110c55f88195c5b8207eb524baa73 (patch)
tree940c83fc095bad3e63045bc6fbe9ada8e4276135 /download.h
parent0effd40bad7ae753102e7040159afd76be4e8732 (diff)
add unit tests
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 3d9943a..94daff4 100644
--- a/download.h
+++ b/download.h
@@ -49,6 +49,6 @@ build_download_url(struct kreq *, struct file *);
* Return a requested file.
* The KCGI request is required.
*/
-void download(struct kreq *);
+struct http_ret download(struct kreq *);
#endif /* DOWNLOAD_H */