opkg: remove opkg.h in preperation for new API
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
index 4b50900243582655c3b87ccc37b855dd619e4a60..b44a7613ed93e365ff5cbf2a21db4f6ef3e18de0 100644 (file)
@@ -21,7 +21,6 @@
 typedef struct opkg_conf opkg_conf_t;
 
 #include "hash_table.h"
-#include "opkg.h"
 #include "args.h"
 #include "pkg.h"
 #include "pkg_hash.h"
@@ -54,6 +53,7 @@ struct opkg_conf
      const char *pending_dir;
 
      /* options */
+     int autoremove;
      int force_depends;
      int force_defaults;
      int force_overwrite;