mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
In the daemon, change all const char * parameters to char *.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user