diff options
author | Volker Lendecke <vl@samba.org> | 2011-01-16 12:34:43 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-01-17 08:03:42 +0100 |
commit | 2d44a0583b6e32849741d97ccac8bd0468d0e7e8 (patch) | |
tree | 5c1356973d2ddd8b7c3f722508c94b2f56f35836 /source3/include | |
parent | d5decfbb260a6770e5023abada56dbe5d9e02e7b (diff) | |
download | samba-2d44a0583b6e32849741d97ccac8bd0468d0e7e8.tar.gz samba-2d44a0583b6e32849741d97ccac8bd0468d0e7e8.tar.bz2 samba-2d44a0583b6e32849741d97ccac8bd0468d0e7e8.zip |
s3: Remove unused cli_send/receive_nt_trans
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 76313026c7..aba244321c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2592,15 +2592,6 @@ bool cli_send_trans(struct cli_state *cli, int trans, bool cli_receive_trans(struct cli_state *cli,int trans, char **param, unsigned int *param_len, char **data, unsigned int *data_len); -bool cli_send_nt_trans(struct cli_state *cli, - int function, - int flags, - uint16 *setup, unsigned int lsetup, unsigned int msetup, - char *param, unsigned int lparam, unsigned int mparam, - char *data, unsigned int ldata, unsigned int mdata); -bool cli_receive_nt_trans(struct cli_state *cli, - char **param, unsigned int *param_len, - char **data, unsigned int *data_len); struct tevent_req *cli_trans_send( TALLOC_CTX *mem_ctx, struct event_context *ev, struct cli_state *cli, uint8_t cmd, |