summaryrefslogtreecommitdiff
path: root/source3/smbd/smbd.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/smbd/smbd.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/smbd/smbd.h')
-rw-r--r--source3/smbd/smbd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h
index df92455e04..11947495c9 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"