]> git.draconx.ca Git - upkg.git/blobdiff - upkg.c
Implement import table parsing.
[upkg.git] / upkg.c
diff --git a/upkg.c b/upkg.c
index 2694f5b20a2bb1ed33c61ea989013b7f404703bd..660819c53b6f54355c91ed30e0b667501afbe246 100644 (file)
--- a/upkg.c
+++ b/upkg.c
@@ -46,6 +46,7 @@ int main(int argc, char **argv)
        }
 
        printf("Exports: %lu\n", pkg->export_count);
+       printf("Imports: %lu\n", pkg->import_count);
 
        upkg_close(pkg);
        return 0;