diff options
| author | 2023-12-28 22:01:38 -0600 | |
|---|---|---|
| committer | 2023-12-28 22:01:38 -0600 | |
| commit | 56ae85a352d8909014240e69290dfe69d747210e (patch) | |
| tree | b472f6430c8a80e99aea71e5ce7540f508138fbf /src/l2su.h | |
| parent | [wip] version stuff (diff) | |
download (but not parse) version manifest
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 */ |
