]> git.draconx.ca Git - upkg.git/blobdiff - src/upkg.h
upkg: Start implementing proper command line interface.
[upkg.git] / src / upkg.h
index 34124453b8f986d29cfdb1d06f2a6e775caac110..7ef55d74e5fe0f2cfe2b9350dd7dfd12cde6dbb8 100644 (file)
@@ -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;
 };