diff options
Diffstat (limited to 'download.h')
-rw-r--r-- | download.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ * Returns the length of the created URL, or 0 in case of failure. */ size_t -build_download_url(struct kreq *, struct file *); +build_download_url(const struct kreq *, struct file *); /* * Return a requested file. |