diff options
Diffstat (limited to 'src/l2su.h')
| -rw-r--r-- | src/l2su.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,6 +53,6 @@ void l2_launcher_download_cleanup(struct l2_dlbuf *buf); //extern size_t (*const l2_dlcb)(char *, size_t, size_t, void *); extern const curl_write_callback l2_dlcb; -int l2_launcher_download(CURL *cd, const char *url, void **odata, size_t *osize); +CURLcode l2_launcher_download(CURL *cd, const char *url, void **odata, size_t *osize); #endif /* include guard */ |
