]> git.draconx.ca Git - upkg.git/blobdiff - src/upkg.h
Store the export name in the file structure.
[upkg.git] / src / upkg.h
index 34124453b8f986d29cfdb1d06f2a6e775caac110..8aa81a11af838140f7f1a90feeb5a989008ee28d 100644 (file)
@@ -52,6 +52,8 @@ struct upkg {
 };
 
 struct upkg_file {
+       const char *name;
+
        struct upkg *pkg;
        unsigned long base, offset, len;
 };