summaryrefslogtreecommitdiffstats
path: root/libopkg/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/args.h')
-rw-r--r--libopkg/args.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/args.h b/libopkg/args.h
index 08a04df..395e332 100644
--- a/libopkg/args.h
+++ b/libopkg/args.h
@@ -42,6 +42,7 @@ struct args
char *offline_root;
char *offline_root_pre_script_cmd;
char *offline_root_post_script_cmd;
+ char *cache;
};
typedef struct args args_t;