Initial stab at untangling the #include maze. Probably needs a second pass.
[project/opkg-lede.git] / libopkg / pkg_dest.h
index b29066472a3179c0b59f64a28e333c887a2b5b5e..cbc1ce689f04f7c8d27cc0ac91177624d3a41cd3 100644 (file)
@@ -18,8 +18,6 @@
 #ifndef PKG_DEST_H
 #define PKG_DEST_H
 
-#include "includes.h"
-
 typedef struct pkg_dest pkg_dest_t;
 struct pkg_dest
 {
@@ -29,6 +27,7 @@ struct pkg_dest
     char *lists_dir;
     char *info_dir;
     char *status_file_name;
+    FILE *status_fp;
 };
 
 int pkg_dest_init(pkg_dest_t *dest, const char *name, const char *root_dir,const char *lists_dir);