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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_state.h b/src/apk_state.h
index 402b919..88a5ad0 100644
--- a/src/apk_state.h
+++ b/src/apk_state.h
@@ -23,7 +23,7 @@ struct apk_change {
};
struct apk_state {
- int refs;
+ unsigned int refs, num_names;
struct list_head change_list_head;
apk_name_state_t name[];
};