In the daemon, change all const char * parameters to char *.
[libguestfs.git] / daemon / zero.c
index 2c20abc..9d793e1 100644 (file)
@@ -28,7 +28,7 @@
 #include "actions.h"
 
 int
 #include "actions.h"
 
 int
-do_zero (const char *device)
+do_zero (char *device)
 {
   int fd, i;
   char buf[4096];
 {
   int fd, i;
   char buf[4096];