X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/101802f109713394c6c8e0daea8129c6ee3c60d0..559bcf15ef66d20d7e8527c690c0b4e5a66b6381:/src/upkg.h diff --git a/src/upkg.h b/src/upkg.h index 044b107..2885643 100644 --- a/src/upkg.h +++ b/src/upkg.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -79,7 +79,9 @@ struct upkg { struct upkg_export { const char *name; + unsigned long flags; + long package; }; struct upkg_file {