From 9e2e3708aa4e10aef561b1a9cc1f89688d65445f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jun 2012 10:54:40 +0200 Subject: s3:smbd: move forward declaration of struct aio_extra to smbd.h metze --- source3/include/smb.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index b9b9f6476e..a0470502ad 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. */ -- cgit