X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/101802f109713394c6c8e0daea8129c6ee3c60d0..d3bcc750280bfce9a7f6e7ccf159400db9ad9659:/src/upkg.h diff --git a/src/upkg.h b/src/upkg.h index 044b107..4f93f9c 100644 --- a/src/upkg.h +++ b/src/upkg.h @@ -79,7 +79,9 @@ struct upkg { struct upkg_export { const char *name; + unsigned long flags; + long package; }; struct upkg_file {