diff options
Diffstat (limited to 'libopkg/opkg_download.h')
-rw-r--r-- | libopkg/opkg_download.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_download.h b/libopkg/opkg_download.h index 3e1c760..91b990e 100644 --- a/libopkg/opkg_download.h +++ b/libopkg/opkg_download.h @@ -25,7 +25,7 @@ typedef void (*opkg_download_progress_callback)(int percent, char *url); typedef int (*curl_progress_func)(void *data, double t, double d, double ultotal, double ulnow); -int opkg_download(const char *src, const char *dest_file_name, curl_progress_func cb, void *data); +int opkg_download(const char *src, const char *dest_file_name, curl_progress_func cb, void *data, const short hide_error); int opkg_download_pkg(pkg_t *pkg, const char *dir); /* * Downloads file from url, installs in package database, return package name. |