summaryrefslogtreecommitdiff
path: root/source3/include/smb.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/smb.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/smb.h')
-rw-r--r--source3/include/smb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index f0ed34bd40..085325939f 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -53,7 +53,6 @@ typedef int BOOL;
#define SMB_SECONDARY_WAIT (60*1000)
/* Debugging stuff */
-
#include "debug.h"
/* this defines the error codes that receive_smb can put in smb_read_error */
@@ -267,7 +266,7 @@ typedef smb_ucs2_t wfstring[128];
#define PIPE_NTSVCS "\\PIPE\\ntsvcs"
#define PIPE_LSASS "\\PIPE\\lsass"
#define PIPE_LSARPC "\\PIPE\\lsarpc"
-
+#define PIPE_SPOOLSS "\\PIPE\\spoolss"
/* 64 bit time (100usec) since ????? - cifs6.txt, section 3.5, page 30 */
typedef struct nttime_info
@@ -1604,6 +1603,7 @@ extern int chain_size;
#include "smb_macros.h"
+#include "nt_printing.h"
#include "ntdomain.h"
/* A netbios name structure. */