summaryrefslogtreecommitdiffstats
path: root/source/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
commit853a1a3027dde7608027dc78f6e15789d5fc9152 (patch)
tree7790ce0184856ec5cd42ccd6e7fe34236c94c24e /source/include/ntdomain.h
parent81e375bbbe0fb022a44a2aaaa3729a9518b7a854 (diff)
downloadsamba-853a1a3027dde7608027dc78f6e15789d5fc9152.tar.gz
samba-853a1a3027dde7608027dc78f6e15789d5fc9152.tar.xz
samba-853a1a3027dde7608027dc78f6e15789d5fc9152.zip
spoolss include definitions
J.F.
Diffstat (limited to 'source/include/ntdomain.h')
-rw-r--r--source/include/ntdomain.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index 07d06656c06..c1b966aa592 100644
--- a/source/include/ntdomain.h
+++ b/source/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 */