summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_download.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg_download.h')
-rw-r--r--libopkg/opkg_download.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libopkg/opkg_download.h b/libopkg/opkg_download.h
index ff5f7da..7f28f3a 100644
--- a/libopkg/opkg_download.h
+++ b/libopkg/opkg_download.h
@@ -27,7 +27,6 @@ extern "C" {
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, const short hide_error);
int opkg_download_pkg(pkg_t *pkg, const char *dir);
/*
@@ -48,4 +47,4 @@ void opkg_curl_cleanup(void);
#ifdef __cplusplus
}
#endif
-#endif
+#endif /* OPKG_DOWNLOAD_H */