summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg_cmd.h')
-rw-r--r--libopkg/opkg_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/opkg_cmd.h b/libopkg/opkg_cmd.h
index b6496c8..43fc428 100644
--- a/libopkg/opkg_cmd.h
+++ b/libopkg/opkg_cmd.h
@@ -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