summaryrefslogtreecommitdiff
path: root/source3/modules
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-11-10 19:34:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:12 -0500
commit314a601274ab6d1c2c8b064a413d9c463095b65a (patch)
treec245bc550ce75069a2c1e71d91e9c526a457dbf3 /source3/modules
parent92e05b34ae11ab72ff0581689df5113f01906d32 (diff)
downloadsamba-314a601274ab6d1c2c8b064a413d9c463095b65a.tar.gz
samba-314a601274ab6d1c2c8b064a413d9c463095b65a.tar.bz2
samba-314a601274ab6d1c2c8b064a413d9c463095b65a.zip
r3662: Fix dirent return.
Jeremy. (This used to be commit da4117841db731da8f1b7fe7c2524e9d4d60f09a)
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/vfs_full_audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c
index b27c916a2a..e91c1813a8 100644
--- a/source3/modules/vfs_full_audit.c
+++ b/source3/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);