Wrap lines for readability.
authorMichael Adam <obnox@samba.org>
Sun, 6 Jan 2008 17:03:33 +0000 (18:03 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 6 Jan 2008 22:08:00 +0000 (23:08 +0100)
Michael
(This used to be commit 8fce247bcf7fb27a31a7b8103377681d692d35aa)

source3/include/vfs.h

index 83dff133cf55e7abc9b140a5abcbeba7db9323eb..2f90c018bfec257183ad3103c036e07b6382d24c 100644 (file)
@@ -318,8 +318,16 @@ struct vfs_ops {
                                       const char *name,
                                       uint32 security_info,
                                       struct security_descriptor **ppdesc);
-               NTSTATUS (*fset_nt_acl)(struct vfs_handle_struct *handle, struct files_struct *fsp, int fd, uint32 security_info_sent, struct security_descriptor *psd);
-               NTSTATUS (*set_nt_acl)(struct vfs_handle_struct *handle, struct files_struct *fsp, const char *name, uint32 security_info_sent, struct security_descriptor *psd);
+               NTSTATUS (*fset_nt_acl)(struct vfs_handle_struct *handle,
+                                       struct files_struct *fsp,
+                                       int fd,
+                                       uint32 security_info_sent,
+                                       struct security_descriptor *psd);
+               NTSTATUS (*set_nt_acl)(struct vfs_handle_struct *handle,
+                                      struct files_struct *fsp,
+                                      const char *name,
+                                      uint32 security_info_sent,
+                                      struct security_descriptor *psd);
                
                /* POSIX ACL operations. */