From 5fc502c624f13306ba59f8388683d8fdc1c873a5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jun 2012 10:28:49 +0200 Subject: s3:include: move struct connection_struct (and sub structs) to vfs.h metze --- source3/smbd/smbd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/smbd') 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" -- cgit