Coccinelle release 1.0.0-rc3
[bpt/coccinelle.git] / demos / type_fields.cocci
CommitLineData
34e49164
C
1@@
2struct file_operations x;
3@@
4
5
6- x.ioctl
7+ x.new_ioctl
8