summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-07-13 10:22:05 +0200
committerJeremy Allison <jra@samba.org>2012-07-18 15:47:27 -0700
commit3882113e6f44d0adbc321d97931a6e9a37a149b8 (patch)
treedbb5b8550b658f6d64f7918e3afadb7514fa9c92
parentdc5e3fba488fc99dcd984e37d6f05ac22a773b47 (diff)
downloadsamba-3882113e6f44d0adbc321d97931a6e9a37a149b8.tar.gz
samba-3882113e6f44d0adbc321d97931a6e9a37a149b8.tar.bz2
samba-3882113e6f44d0adbc321d97931a6e9a37a149b8.zip
s3: Fix the build
Signed-off-by: Jeremy Allison <jra@samba.org>
-rw-r--r--source3/smbd/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index a78a2bf87e..16e2d78608 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -64,6 +64,7 @@ void srv_set_signing(struct smbd_server_connection *conn,
/* The following definitions come from smbd/aio.c */
+struct aio_extra;
bool aio_write_through_requested(struct aio_extra *aio_ex);
NTSTATUS schedule_aio_read_and_X(connection_struct *conn,
struct smb_request *req,