]> git.draconx.ca Git - upkg.git/blobdiff - src/upkg.h
libupkg: Use parent pointers for imports.
[upkg.git] / src / upkg.h
index 51b92f6fc17a0cab69bf1ffbe5bff08f42ac656d..dc73780ea93eeb6f3b06d633ba2225608f045d5f 100644 (file)
@@ -84,6 +84,13 @@ struct upkg_export {
        unsigned long flags;
 };
 
+struct upkg_import {
+       const struct upkg_import *parent;
+
+       const char *name;
+       const char *class_package, *class_name;
+};
+
 struct upkg_file {
        const char *name;