In the daemon, change all const char * parameters to char *.

This commit is contained in:
Richard Jones
2009-06-10 11:49:42 +01:00
parent 2df2f2854e
commit 56bef498f4
29 changed files with 317 additions and 307 deletions

View 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;