summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-30 17:08:42 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-30 17:08:42 +0000
commit739a730637b8320dce85c12686a4d4647990824d (patch)
treeb3888051dad64a12d5674b4cdccbb9cecfab2176 /source3/include/proto.h
parentf1093ad693d1650bcc50b5c7dd9b5a0356088cde (diff)
downloadsamba-739a730637b8320dce85c12686a4d4647990824d.tar.gz
samba-739a730637b8320dce85c12686a4d4647990824d.tar.bz2
samba-739a730637b8320dce85c12686a4d4647990824d.zip
Makefile:
simply adding pipes.o to SMBDOBJ3. rpc_pipes/pipe_hnd.c : created pipe handles module. pipes.c server.c : use of pipe_hnd functions in SMBopenX and SMBclose, on the IPC$ pipe. (This used to be commit ada256b5e3b9fb0db988e3be7d47943e7c19b3fb)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c6f98875bc..f9d1044505 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -655,6 +655,19 @@ BOOL server_validate(char *user, char *domain,
BOOL pcap_printername_ok(char *pszPrintername, char *pszPrintcapname);
void pcap_printer_fn(void (*fn)());
+/*The following definitions come from pipes.c */
+
+int reply_open_pipe_and_X(char *inbuf,char *outbuf,int length,int bufsize);
+int reply_pipe_close(char *inbuf,char *outbuf);
+BOOL api_LsarpcSNPHS(int cnum,int uid, char *param,char *data,
+ int mdrcnt,int mprcnt,
+ char **rdata,char **rparam,
+ int *rdata_len,int *rparam_len);
+BOOL api_LsarpcTNP(int cnum,int uid, char *param,char *data,
+ int mdrcnt,int mprcnt,
+ char **rdata,char **rparam,
+ int *rdata_len,int *rparam_len);
+
/*The following definitions come from predict.c */
int read_predict(int fd,int offset,char *buf,char **ptr,int num);