diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-01-31 14:19:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:35 -0500 |
commit | 18c2c8cece94c28c9986a7d71ed092959f50385a (patch) | |
tree | feb5032d31ca003b6966271c9bd8fb8f3241f2fa /source3/include | |
parent | 547f77778abc45bf329dcb53182127d72596c812 (diff) | |
download | samba-18c2c8cece94c28c9986a7d71ed092959f50385a.tar.gz samba-18c2c8cece94c28c9986a7d71ed092959f50385a.tar.bz2 samba-18c2c8cece94c28c9986a7d71ed092959f50385a.zip |
r21088: Apply some const
(This used to be commit 1f463f7cb59da2c819b45f33d797101943d5e205)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 0fe5a44e3c..5ad05cd2f9 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -442,7 +442,7 @@ struct vfs_fsp_data { struct notify_change { uint32_t action; - char *name; + const char *name; }; struct notify_mid_map; |