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