]> git.draconx.ca Git - upkg.git/blobdiff - src/upkg.h
upkg: Embed struct upkg into the private structure.
[upkg.git] / src / upkg.h
index f9193c5318c5661dab4d7fd2949d1f6c8a54e215..044b10779a1d58b9013c7e5a76420258a3c7fbdb 100644 (file)
@@ -75,8 +75,6 @@ struct upkg {
        unsigned long flags;
 
        unsigned long name_count, export_count, import_count;
-
-       struct upkg_private *priv;
 };
 
 struct upkg_export {
@@ -89,7 +87,7 @@ struct upkg_file {
 
        int eof;
 
-       struct upkg *pkg;
+       struct upkg_priv *pkg;
        unsigned long base, offset, len;
 };