From f5c3742a4c1050fe6eb76f3ee8eb20fa4120b70f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:43:42 +0100 Subject: source4/ntvfs: Fix prototypes for all functions. --- source4/ntvfs/cifs/vfs_cifs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/ntvfs/cifs/vfs_cifs.c') diff --git a/source4/ntvfs/cifs/vfs_cifs.c b/source4/ntvfs/cifs/vfs_cifs.c index a8cd89a2ec..27bf1ead24 100644 --- a/source4/ntvfs/cifs/vfs_cifs.c +++ b/source4/ntvfs/cifs/vfs_cifs.c @@ -63,6 +63,8 @@ struct async_info { void *parms; }; +NTSTATUS ntvfs_cifs_init(void); + #define CHECK_UPSTREAM_OPEN do { \ if (! p->transport->socket->sock) { \ req->async_states->state|=NTVFS_ASYNC_STATE_CLOSE; \ -- cgit