From 440cffef5891dab07631e17f83845f9f95f89b0d Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Tue, 1 Jun 2010 15:06:48 +0300 Subject: state: print missing package names on error especially important if the package requested from command line does not exist. otherwise we would not print an error at all. --- src/apk_state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/apk_state.h') diff --git a/src/apk_state.h b/src/apk_state.h index a862cdf..42d3f3f 100644 --- a/src/apk_state.h +++ b/src/apk_state.h @@ -27,6 +27,7 @@ struct apk_state { struct apk_database *db; struct list_head change_list_head; struct apk_package_array *conflicts; + struct apk_name_array *missing; apk_name_state_t name[]; }; -- cgit v1.2.3-60-g2f50