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, 3 insertions, 0 deletions
diff --git a/libopkg/opkg_download.h b/libopkg/opkg_download.h
index 39cd9a6..10347ca 100644
--- a/libopkg/opkg_download.h
+++ b/libopkg/opkg_download.h
@@ -32,4 +32,7 @@ int opkg_download_pkg(opkg_conf_t *conf, pkg_t *pkg, const char *dir);
int opkg_prepare_url_for_install(opkg_conf_t *conf, const char *url, char **namep);
int opkg_verify_file (opkg_conf_t *conf, char *text_file, char *sig_file);
+#ifdef HAVE_CURL
+void opkg_curl_cleanup(void);
+#endif
#endif