From: Stefan Metzmacher Date: Tue, 5 Jun 2012 08:54:40 +0000 (+0200) Subject: s3:smbd: move forward declaration of struct aio_extra to smbd.h X-Git-Tag: tevent-0.9.16~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e2e3708aa4e10aef561b1a9cc1f89688d65445f;p=thirdparty%2Fsamba.git s3:smbd: move forward declaration of struct aio_extra to smbd.h metze --- diff --git a/source3/include/smb.h b/source3/include/smb.h index b9b9f6476e6..a0470502ade 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1032,9 +1032,6 @@ struct smb_extended_info { char samba_version_string[SAMBA_EXTENDED_INFO_VERSION_STRING_LENGTH]; }; -/* Used inside aio code. */ -struct aio_extra; - /* * Reasons for cache flush. */ diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h index df92455e040..11947495c93 100644 --- a/source3/smbd/smbd.h +++ b/source3/smbd/smbd.h @@ -20,6 +20,7 @@ #define _SMBD_SMBD_H struct dptr_struct; +struct aio_extra; #include "smb_acls.h" #include "vfs.h"