opkg: adding cache support
[oweals/opkg-lede.git] / libopkg / args.h
index 0c16d7e59da502d1a20c31d9f3cbf2a9ea48aa5d..395e332b700346a0dc913ffb874e5ea52fcb954d 100644 (file)
@@ -35,7 +35,6 @@ struct args
     int nodeps;
     int multiple_providers;
     int query_all;
-    int verbose_wget;
     int verbosity;
     int nocheckfordirorfile;
     int noreadfeedsfile;
@@ -43,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;