summaryrefslogtreecommitdiffstats
path: root/libopkg/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/args.h')
-rw-r--r--libopkg/args.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopkg/args.h b/libopkg/args.h
index a470778..0c16d7e 100644
--- a/libopkg/args.h
+++ b/libopkg/args.h
@@ -39,6 +39,7 @@ struct args
int verbosity;
int nocheckfordirorfile;
int noreadfeedsfile;
+ int autoremove;
char *offline_root;
char *offline_root_pre_script_cmd;
char *offline_root_post_script_cmd;
@@ -63,6 +64,7 @@ typedef struct args args_t;
#define ARGS_DEFAULT_NODEPS 0
#define ARGS_DEFAULT_VERBOSE_WGET 0
#define ARGS_DEFAULT_VERBOSITY 1
+#define ARGS_DEFAULT_AUTOREMOVE 0
int args_init(args_t *args);
void args_deinit(args_t *args);