summaryrefslogtreecommitdiff
path: root/src/apk_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_state.h')
-rw-r--r--src/apk_state.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/apk_state.h b/src/apk_state.h
index 42d3f3f..1ac049a 100644
--- a/src/apk_state.h
+++ b/src/apk_state.h
@@ -23,7 +23,8 @@ struct apk_change {
};
struct apk_state {
- unsigned int refs, num_names;
+ unsigned int refs, num_names, num_changes;
+ int print_ok;
struct apk_database *db;
struct list_head change_list_head;
struct apk_package_array *conflicts;