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