summaryrefslogtreecommitdiffstats
path: root/source/modules/vfs_full_audit.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-11-10 19:34:13 +0000
committerJeremy Allison <jra@samba.org>2004-11-10 19:34:13 +0000
commitd25f5ef68732a5b24ba4f8c81aa95d7e0771b6d0 (patch)
tree5b0e5cc7ec71164616ea029117e1691c4f1cabcc /source/modules/vfs_full_audit.c
parent99cf6c6e9a59fc52d5f07687e7c6be708597d063 (diff)
downloadsamba-d25f5ef68732a5b24ba4f8c81aa95d7e0771b6d0.tar.gz
samba-d25f5ef68732a5b24ba4f8c81aa95d7e0771b6d0.tar.xz
samba-d25f5ef68732a5b24ba4f8c81aa95d7e0771b6d0.zip
r3662: Fix dirent return.
Jeremy.
Diffstat (limited to 'source/modules/vfs_full_audit.c')
-rw-r--r--source/modules/vfs_full_audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/vfs_full_audit.c b/source/modules/vfs_full_audit.c
index b27c916a2a2..e91c1813a87 100644
--- a/source/modules/vfs_full_audit.c
+++ b/source/modules/vfs_full_audit.c
@@ -84,7 +84,7 @@ static int smb_full_audit_set_quota(struct vfs_handle_struct *handle,
SMB_DISK_QUOTA *qt);
static DIR *smb_full_audit_opendir(vfs_handle_struct *handle, connection_struct *conn,
const char *fname);
-static struct dirent *smb_full_audit_readdir(vfs_handle_struct *handle,
+static SMB_STRUCT_DIRENT *smb_full_audit_readdir(vfs_handle_struct *handle,
connection_struct *conn, DIR *dirp);
static int smb_full_audit_mkdir(vfs_handle_struct *handle, connection_struct *conn,
const char *path, mode_t mode);