opkg: use opkg_message rather than printf in opkg_verify_file()
[oweals/opkg-lede.git] / libopkg / opkg_download.h
index d3f419db8f08492b827912c7ead436df8f3cc01f..da65b0032903950063708423e66edf5b063f3749 100644 (file)
@@ -27,5 +27,5 @@ 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 (char *text_file, char *sig_file);
+int opkg_verify_file (opkg_conf_t *conf, char *text_file, char *sig_file);
 #endif