]> mj.ucw.cz Git - libucw.git/blobdiff - lib/partmap.c
Let eltpools maintain the number of allocated items. The overhead
[libucw.git] / lib / partmap.c
index baaef9c2129b70fa98ffe76a2c1d0f31a3911f56..2b70f1d916f6e16e0235687f0f51007aac44f849 100644 (file)
@@ -30,7 +30,7 @@
 #endif
 
 struct partmap *
-partmap_open(byte *name, int writeable)
+partmap_open(char *name, int writeable)
 {
   struct partmap *p = xmalloc_zero(sizeof(struct partmap));