X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/33944e4e6a173131286c997ee5aa6088160f09e2..3dd8f219561d68c12b04ef2d226a23e495b7c540:/src/upkg.h diff --git a/src/upkg.h b/src/upkg.h index 3412445..8aa81a1 100644 --- a/src/upkg.h +++ b/src/upkg.h @@ -52,6 +52,8 @@ struct upkg { }; struct upkg_file { + const char *name; + struct upkg *pkg; unsigned long base, offset, len; };