diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-05 10:28:49 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-06 10:18:38 +0200 |
commit | 5fc502c624f13306ba59f8388683d8fdc1c873a5 (patch) | |
tree | a5191331b407c1f4feba7d798d03bf23398a13ea /source3/smbd | |
parent | f88d13b16f179225477618f7bad621934614f464 (diff) | |
download | samba-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')
-rw-r--r-- | source3/smbd/smbd.h | 2 |
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" |