X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/33944e4e6a173131286c997ee5aa6088160f09e2..9d3cb178db367962f68521985ef9e239e1d03fa9:/src/upkg.h diff --git a/src/upkg.h b/src/upkg.h index 3412445..2e92e85 100644 --- a/src/upkg.h +++ b/src/upkg.h @@ -44,6 +44,7 @@ struct upkg { unsigned version, license; + unsigned char guid[16]; unsigned long flags; unsigned long name_count, export_count, import_count; @@ -52,6 +53,8 @@ struct upkg { }; struct upkg_file { + const char *name; + struct upkg *pkg; unsigned long base, offset, len; };