In the daemon, change all const char * parameters to char *.
[libguestfs.git] / daemon / cmp.c
index 7f92ef0..04feba6 100644 (file)
@@ -28,7 +28,7 @@
 #include "actions.h"
 
 int
-do_equal (const char *file1, const char *file2)
+do_equal (char *file1, char *file2)
 {
   char *file1buf, *file2buf;
   int file1len, file2len;