]> git.draconx.ca Git - upkg.git/blobdiff - upkg.h
Implement lookups in the name table.
[upkg.git] / upkg.h
diff --git a/upkg.h b/upkg.h
index c4d582d2bf5c370ba4f2853b9134c8fdf6021766..f20f18e9f015392ce47451b6a9c16cc143978e76 100644 (file)
--- a/upkg.h
+++ b/upkg.h
@@ -22,5 +22,6 @@ struct upkg {
 
 struct upkg *upkg_fopen(const char *path);
 int upkg_close(struct upkg *pkg);
+const char *upkg_get_name(struct upkg *pkg, unsigned long idx);
 
 #endif