libopkg: remove Curl support
[oweals/opkg-lede.git] / libopkg / opkg_download.h
index 8fc435093148ae29dc18f5145205b18c60cf98c4..7415cf3d2c060b02f5985f14e4294472688e817e 100644 (file)
@@ -33,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