generator.ml: use new "Pathname" designation
[libguestfs.git] / daemon / devsparts.c
index 04585ed..b4ea578 100644 (file)
@@ -188,7 +188,7 @@ do_list_partitions (void)
 }
 
 int
-do_mkfs (char *fstype, char *device)
+do_mkfs (const char *fstype, const char *device)
 {
   char *err;
   int r;