diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-30 21:51:15 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-30 21:51:15 +0000 |
commit | 55e2dc7c6f4378adfdcbd166b2680096a3e4a5a4 (patch) | |
tree | 91087a9b41b3935d5b537c7aaab5a4f2fbd505c1 /source3/include | |
parent | 3e0fb1883cb8100d2cb696eb61fbc2798cb9da49 (diff) | |
download | samba-55e2dc7c6f4378adfdcbd166b2680096a3e4a5a4.tar.gz samba-55e2dc7c6f4378adfdcbd166b2680096a3e4a5a4.tar.bz2 samba-55e2dc7c6f4378adfdcbd166b2680096a3e4a5a4.zip |
storing pipe name state (from set named pipe handle state call) in the
pipes array.
(This used to be commit 5335d5cdc4659f4676958f0399e2de29a117c133)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f9d1044505..d417d82f93 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -659,10 +659,7 @@ void pcap_printer_fn(void (*fn)()); 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_LsarpcSNPHS(int pnum, int cnum, char *param); BOOL api_LsarpcTNP(int cnum,int uid, char *param,char *data, int mdrcnt,int mprcnt, char **rdata,char **rparam, |