X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/e6d2653b6a2612ea2cee768d4dadcc3fb9315d00..95f7a657a099c844a644b8736bd18e08afd50661:/src/upkg.h diff --git a/src/upkg.h b/src/upkg.h index 34291b7..12104cb 100644 --- a/src/upkg.h +++ b/src/upkg.h @@ -78,10 +78,10 @@ struct upkg { }; struct upkg_export { - const char *name; + const struct upkg_export *parent; + const char *name; unsigned long flags; - long package; }; struct upkg_file {