X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/4d52efa59ae13beb3030e6e9ebdddb4ef8c0a5c8..101802f109713394c6c8e0daea8129c6ee3c60d0:/src/upkg.h diff --git a/src/upkg.h b/src/upkg.h index f9193c5..044b107 100644 --- a/src/upkg.h +++ b/src/upkg.h @@ -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; };