summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-19 22:02:54 +0000
committerJeremy Allison <jra@samba.org>1998-11-19 22:02:54 +0000
commit33ffc9be31d09c846a04c55d45b21996249f57aa (patch)
treefdf551a16515a9a8b1a0446cdcccb55973140bda /source/include
parent20715ebc7e7e2f59fdc0841335e9433db8af42a1 (diff)
downloadsamba-33ffc9be31d09c846a04c55d45b21996249f57aa.tar.gz
samba-33ffc9be31d09c846a04c55d45b21996249f57aa.tar.xz
samba-33ffc9be31d09c846a04c55d45b21996249f57aa.zip
smbd/nttrans.c: Added 'only print once' semantics for unimplemented NT SMB calls.
smbd/ipc.c: *Gross* and *disgusting* hack to try and make NT use old Lanman printer semantics. Remove as *SOON* as we get the correct SPOOLSS pipe code....... Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index a6b315a8d95..81dc6450fef 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -2395,6 +2395,7 @@ BOOL disk_quotas(char *path,SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT
/*The following definitions come from smbd/nttrans.c */
+void fail_next_srvsvc_open(void);
int reply_ntcreate_and_X(connection_struct *conn,
char *inbuf,char *outbuf,int length,int bufsize);
int reply_ntcancel(connection_struct *conn,