summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-21 09:02:17 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-25 07:55:09 +0100
commita0a0d4a5d0c24729a26a37ff54caa665de9149a2 (patch)
tree89dabecf2589f0c2e63d6f6599fe4cbfcf41b508 /source4/ntvfs/posix/vfs_posix.h
parentfb6f52261a4cdbc529c04e28b29f82a8cbb9640f (diff)
downloadsamba-a0a0d4a5d0c24729a26a37ff54caa665de9149a2.tar.gz
samba-a0a0d4a5d0c24729a26a37ff54caa665de9149a2.tar.bz2
samba-a0a0d4a5d0c24729a26a37ff54caa665de9149a2.zip
pvfs_wait: use struct pvfs_wait * instead of void *
metze (This used to be commit 3b70331536d2402814db13a9f1f226a39373313a)
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r--source4/ntvfs/posix/vfs_posix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h
index a660da329a..84c456dcfe 100644
--- a/source4/ntvfs/posix/vfs_posix.h
+++ b/source4/ntvfs/posix/vfs_posix.h
@@ -28,6 +28,8 @@
#include "ntvfs/common/ntvfs_common.h"
#include "dsdb/samdb/samdb.h"
+struct pvfs_wait;
+
/* this is the private structure for the posix vfs backend. It is used
to hold per-connection (per tree connect) state information */
struct pvfs_state {