]> git.draconx.ca Git - upkg.git/blobdiff - upkg.h
Reorganise the upkg structures a bit.
[upkg.git] / upkg.h
diff --git a/upkg.h b/upkg.h
index acd176bebb1d92845a40859c6a0fce6732eee85b..c4d582d2bf5c370ba4f2853b9134c8fdf6021766 100644 (file)
--- a/upkg.h
+++ b/upkg.h
@@ -15,6 +15,8 @@ struct upkg {
        unsigned version, license;
        unsigned long flags;
 
+       unsigned long name_count, export_count, import_count;
+
        struct upkg_private *priv;
 };