opkg: Consolidate error reporting from opkg_conf_init and ensure return value is
[oweals/opkg-lede.git] / libopkg / opkg_cmd.h
index b6496c86dc1fdac3acf82551095ea803260d37ef..43fc42887a8a874a1c8ca5b7273cce867e528c03 100644 (file)
@@ -38,5 +38,6 @@ int opkg_install_wanted_packages(opkg_conf_t *conf);
 int opkg_configure_packages(opkg_conf_t *conf, char *pkg_name);
 
 int pkg_mark_provides(pkg_t *pkg);
+void opkg_print_error_list (opkg_conf_t *conf);
 
 #endif