summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-02 07:18:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:17 -0500
commitaa34fcebf8aa0660574a7c6976b33b3f37985e27 (patch)
tree2000842de3e3426c9d4b5fbc0baf4d955bcfbc76 /source4/smb_server/smb_server.h
parent8867664ad2aea57d43a8547572af5de6db0968ba (diff)
downloadsamba-aa34fcebf8aa0660574a7c6976b33b3f37985e27.tar.gz
samba-aa34fcebf8aa0660574a7c6976b33b3f37985e27.tar.bz2
samba-aa34fcebf8aa0660574a7c6976b33b3f37985e27.zip
r3466: split out request.h, signing.h, and smb_server.h
(This used to be commit 7c4e6ebf05790dd6e29896dd316db0fff613aa4e)
Diffstat (limited to 'source4/smb_server/smb_server.h')
-rw-r--r--source4/smb_server/smb_server.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h
index 054fc7c35d..121fff6ecd 100644
--- a/source4/smb_server/smb_server.h
+++ b/source4/smb_server/smb_server.h
@@ -20,6 +20,9 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include "request.h"
+#include "smbd/process_model.h"
+
/*
this header declares the core context structures associated with smb
sockets, tree connects, requests etc
@@ -140,8 +143,6 @@ struct substitute_context {
char *user_name;
};
-#include "smbd/process_model.h"
-
/* smb server context structure. This should contain all the state
* information associated with a SMB server connection
*/