In the daemon, change all const char * parameters to char *.
[libguestfs.git] / daemon / zerofree.c
index b44965a..ed7a3fc 100644 (file)
@@ -28,7 +28,7 @@
 #include "actions.h"
 
 int
-do_zerofree (const char *device)
+do_zerofree (char *device)
 {
   char *err;
   int r;