]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:smbd: move forward declaration of struct aio_extra to smbd.h
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Jun 2012 08:54:40 +0000 (10:54 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jun 2012 08:18:39 +0000 (10:18 +0200)
metze

source3/include/smb.h
source3/smbd/smbd.h

index b9b9f6476e6a1d965873dfa7f8ab885f4fe43808..a0470502adea9fec8126c20cd136f2f6a78d6850 100644 (file)
@@ -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.
  */
index df92455e0402978382e6fb1cae953624fb3fd8f1..11947495c93bd8d33406402beb89027452f05ab7 100644 (file)
@@ -20,6 +20,7 @@
 #define _SMBD_SMBD_H
 
 struct dptr_struct;
+struct aio_extra;
 
 #include "smb_acls.h"
 #include "vfs.h"