]> git.draconx.ca Git - upkg.git/blobdiff - src/upkg.h
upkg: Add support for querying specific objects.
[upkg.git] / src / upkg.h
index 044b10779a1d58b9013c7e5a76420258a3c7fbdb..4f93f9cec5086e3a960e0cf9342b0bb883c0ad73 100644 (file)
@@ -79,7 +79,9 @@ struct upkg {
 
 struct upkg_export {
        const char *name;
+
        unsigned long flags;
+       long package;
 };
 
 struct upkg_file {