summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2000-02-07 16:27:03 +0000
committerJean-François Micouleau <jfm@samba.org>2000-02-07 16:27:03 +0000
commitb7ef313b3140af0813ed0fd94b0394d202e33f06 (patch)
tree2cc5e234c129599f1ca119b07b6d994127bdedc7 /source3/include/ntdomain.h
parent195e3d44daccc3b6457486018ba0322ac9d44566 (diff)
downloadsamba-b7ef313b3140af0813ed0fd94b0394d202e33f06.tar.gz
samba-b7ef313b3140af0813ed0fd94b0394d202e33f06.tar.bz2
samba-b7ef313b3140af0813ed0fd94b0394d202e33f06.zip
spoolss include definitions
J.F. (This used to be commit 853a1a3027dde7608027dc78f6e15789d5fc9152)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 07d06656c0..c1b966aa59 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -24,6 +24,10 @@
#ifndef _NT_DOMAIN_H /* _NT_DOMAIN_H */
#define _NT_DOMAIN_H
+/*
+ * A bunch of stuff that was put into smb.h
+ * in the NTDOM branch - it didn't belong there.
+ */
/* dce/rpc support */
#include "rpc_dce.h"
@@ -33,19 +37,6 @@
/* security descriptor structures */
#include "rpc_secdes.h"
-
-/* different dce/rpc pipes */
-#include "rpc_lsa.h"
-#include "rpc_netlogon.h"
-#include "rpc_reg.h"
-#include "rpc_samr.h"
-#include "rpc_srvsvc.h"
-#include "rpc_wkssvc.h"
-
-/*
- * A bunch of stuff that was put into smb.h
- * in the NTDOM branch - it didn't belong there.
- */
typedef struct _prs_struct
{
@@ -157,4 +148,13 @@ struct acct_info
uint32 smb_userid; /* domain-relative RID */
};
+/* different dce/rpc pipes */
+#include "rpc_lsa.h"
+#include "rpc_netlogon.h"
+#include "rpc_reg.h"
+#include "rpc_samr.h"
+#include "rpc_srvsvc.h"
+#include "rpc_wkssvc.h"
+#include "rpc_spoolss.h"
+
#endif /* _NT_DOMAIN_H */