diff options
Diffstat (limited to 'src/apk_applet.h')
-rw-r--r-- | src/apk_applet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_applet.h b/src/apk_applet.h index e459435..0eea731 100644 --- a/src/apk_applet.h +++ b/src/apk_applet.h @@ -42,7 +42,7 @@ struct apk_applet { const char *help; const struct apk_option_group *optgroups[4]; - unsigned int open_flags, forced_flags; + unsigned int open_flags, forced_flags, forced_force; int context_size; int (*main)(void *ctx, struct apk_database *db, struct apk_string_array *args); |