diff options
author | Volker Lendecke <vl@samba.org> | 2012-07-13 10:22:05 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-07-18 15:47:27 -0700 |
commit | 3882113e6f44d0adbc321d97931a6e9a37a149b8 (patch) | |
tree | dbb5b8550b658f6d64f7918e3afadb7514fa9c92 /source3/smbd/proto.h | |
parent | dc5e3fba488fc99dcd984e37d6f05ac22a773b47 (diff) | |
download | samba-3882113e6f44d0adbc321d97931a6e9a37a149b8.tar.gz samba-3882113e6f44d0adbc321d97931a6e9a37a149b8.tar.bz2 samba-3882113e6f44d0adbc321d97931a6e9a37a149b8.zip |
s3: Fix the build
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r-- | source3/smbd/proto.h | 1 |
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, |