]> git.draconx.ca Git - upkg.git/blobdiff - src/upkg.h
libupkg: Don't store upkg_priv pointer in struct upkg_file.
[upkg.git] / src / upkg.h
index 12104cbcb8c4cfac729ff67aa068c6c0144b05d6..51b92f6fc17a0cab69bf1ffbe5bff08f42ac656d 100644 (file)
@@ -89,7 +89,7 @@ struct upkg_file {
 
        int eof;
 
-       struct upkg_priv *pkg;
+       struct upkg *pkg;
        unsigned long base, offset, len;
 };