Move loading of feeds and status files out of opkg_conf_init().
[oweals/opkg-lede.git] / libopkg / args.h
index 176d354d2cb94efd7afdb2725ac2481d3316d58f..82bae56fda03e73b11593e6e9f380814d1339f0e 100644 (file)
@@ -22,9 +22,6 @@ struct args
 {
     char *conf_file;
     char *dest;
 {
     char *conf_file;
     char *dest;
-
-    int nocheckfordirorfile;
-    int noreadfeedsfile;
 };
 typedef struct args args_t;
 
 };
 typedef struct args args_t;