summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-06 18:03:33 +0100
committerMichael Adam <obnox@samba.org>2008-01-06 23:08:00 +0100
commitb55171c1d7ae7d8f3218086fe14cc258065f9a41 (patch)
treefd4c64ce2e35aabda3cd72ca787b0b2e49cff0b2
parentee24c629a68e13764f78064121a6aea3d0e9240c (diff)
downloadsamba-b55171c1d7ae7d8f3218086fe14cc258065f9a41.tar.gz
samba-b55171c1d7ae7d8f3218086fe14cc258065f9a41.tar.bz2
samba-b55171c1d7ae7d8f3218086fe14cc258065f9a41.zip
Wrap lines for readability.
Michael (This used to be commit 8fce247bcf7fb27a31a7b8103377681d692d35aa)
-rw-r--r--source3/include/vfs.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 83dff133cf..2f90c018bf 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -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. */