In the daemon, change all const char * parameters to char *.
[libguestfs.git] / daemon / ntfs.c
index 70826df..87881b1 100644 (file)
@@ -27,7 +27,7 @@
 #include "actions.h"
 
 int
-do_ntfs_3g_probe (int rw, const char *device)
+do_ntfs_3g_probe (int rw, char *device)
 {
   char *err;
   int r;