libopkg: remove Curl support
[project/opkg-lede.git] / libopkg / opkg_download.h
index ac67ca45d3bb7614fa551b033def2471b0988358..7415cf3d2c060b02f5985f14e4294472688e817e 100644 (file)
@@ -18,7 +18,6 @@
 #ifndef OPKG_DOWNLOAD_H
 #define OPKG_DOWNLOAD_H
 
-#include "config.h"
 #include "pkg.h"
 
 typedef void (*opkg_download_progress_callback) (int percent, char *url);
@@ -34,7 +33,4 @@ int opkg_download_pkg(pkg_t * pkg, const char *dir);
 int opkg_prepare_url_for_install(const char *url, char **namep);
 
 int opkg_verify_file(char *text_file, char *sig_file);
-#ifdef HAVE_CURL
-void opkg_curl_cleanup(void);
-#endif
 #endif