opkg: initial implementation of package list signature verification
[oweals/opkg-lede.git] / opkg_download.h
index 24d4da217849f911f31d4c218da156726997e9d5..d3f419db8f08492b827912c7ead436df8f3cc01f 100644 (file)
@@ -27,4 +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);
 #endif