1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-21 12:23:50 +03:00

r21088: Apply some const

This commit is contained in:
Volker Lendecke
2007-01-31 14:19:09 +00:00
committed by Gerald (Jerry) Carter
parent defa28f9c3
commit 1f463f7cb5

View File

@@ -442,7 +442,7 @@ struct vfs_fsp_data {
struct notify_change {
uint32_t action;
char *name;
const char *name;
};
struct notify_mid_map;