summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-07-16 22:46:06 +0000
committerJeremy Allison <jra@samba.org>1998-07-16 22:46:06 +0000
commitdc44d77c7fd3427b1313e8ee2d7929fb7778148f (patch)
tree59e0e67c1097202efac9a35169ff01c41fc684ee /source3/include/proto.h
parentf1cd3cb54c6495db2a91c473f91c78d24622d98e (diff)
downloadsamba-dc44d77c7fd3427b1313e8ee2d7929fb7778148f.tar.gz
samba-dc44d77c7fd3427b1313e8ee2d7929fb7778148f.tar.bz2
samba-dc44d77c7fd3427b1313e8ee2d7929fb7778148f.zip
Makefile: Added nttrans.o
includes.h: Added termios.h for AIX. nttrans.c: Working NT SMB calls ! pipes.c: Use strequal instead of strcmp. server.c: Use #defines rather than numbers. smb.h: Updated NT SMB #defines. Jeremy. (This used to be commit 3e5cada9885059e9926eb6a56d350c4b1b53d245)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6a64059eb1..3acfb0cf5e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1593,6 +1593,13 @@ struct packet_struct *receive_packet(int fd,enum packet_type type,int t);
char *get_nt_error_msg(uint32 nt_code);
+/*The following definitions come from nttrans.c */
+
+int reply_ntcreate_and_X(char *inbuf,char *outbuf,int length,int bufsize);
+int reply_ntcancel(char *inbuf,char *outbuf,int length,int bufsize);
+int reply_nttranss(char *inbuf,char *outbuf,int length,int bufsize);
+int reply_nttrans(char *inbuf,char *outbuf,int length,int bufsize);
+
/*The following definitions come from params.c */
BOOL pm_process( char *FileName,