r21088: Apply some const
authorVolker Lendecke <vlendec@samba.org>
Wed, 31 Jan 2007 14:19:09 +0000 (14:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:35 +0000 (12:17 -0500)
source/include/smb.h

index 0fe5a44e3cb4b5df179cb513e0f627d1c3ea893b..5ad05cd2f98c8b22ed11f3952b31c3b7b8dbc528 100644 (file)
@@ -442,7 +442,7 @@ struct vfs_fsp_data {
 
 struct notify_change {
        uint32_t action;
-       char *name;
+       const char *name;
 };
 
 struct notify_mid_map;