summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-05 10:54:40 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:39 +0200
commit9e2e3708aa4e10aef561b1a9cc1f89688d65445f (patch)
tree8df1fa37eeed355c2caf0e1b1e11319aa680a520 /source3/include/smb.h
parentb6319b54573d6c6b340395c60b601b5c2fca7b3a (diff)
downloadsamba-9e2e3708aa4e10aef561b1a9cc1f89688d65445f.tar.gz
samba-9e2e3708aa4e10aef561b1a9cc1f89688d65445f.tar.bz2
samba-9e2e3708aa4e10aef561b1a9cc1f89688d65445f.zip
s3:smbd: move forward declaration of struct aio_extra to smbd.h
metze
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h3
1 files changed, 0 insertions, 3 deletions
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.
*/