X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/33944e4e6a173131286c997ee5aa6088160f09e2..e4d0c035db32adb640129d8b4897bd95789318c7:/src/upkg.h diff --git a/src/upkg.h b/src/upkg.h index 3412445..7ef55d7 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,10 @@ struct upkg { }; struct upkg_file { + const char *name; + + int eof; + struct upkg *pkg; unsigned long base, offset, len; };