X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/8a919f09087cf70e15196f79aa8e885a8fa01595..96390064bbb73824660d22f972009e7ef7fbf6fa:/src/upkg.h diff --git a/src/upkg.h b/src/upkg.h index 51b92f6..dc73780 100644 --- a/src/upkg.h +++ b/src/upkg.h @@ -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;