summaryrefslogtreecommitdiff
path: root/source3/smbd/smbd.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-05 10:28:49 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:38 +0200
commit5fc502c624f13306ba59f8388683d8fdc1c873a5 (patch)
treea5191331b407c1f4feba7d798d03bf23398a13ea /source3/smbd/smbd.h
parentf88d13b16f179225477618f7bad621934614f464 (diff)
downloadsamba-5fc502c624f13306ba59f8388683d8fdc1c873a5.tar.gz
samba-5fc502c624f13306ba59f8388683d8fdc1c873a5.tar.bz2
samba-5fc502c624f13306ba59f8388683d8fdc1c873a5.zip
s3:include: move struct connection_struct (and sub structs) to vfs.h
metze
Diffstat (limited to 'source3/smbd/smbd.h')
-rw-r--r--source3/smbd/smbd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h
index 4bc70a2a80..df88e91a23 100644
--- a/source3/smbd/smbd.h
+++ b/source3/smbd/smbd.h
@@ -19,6 +19,8 @@
#ifndef _SMBD_SMBD_H
#define _SMBD_SMBD_H
+struct dptr_struct;
+
#include "smb_acls.h"
#include "vfs.h"
#include "smbd/proto.h"