From 2d44a0583b6e32849741d97ccac8bd0468d0e7e8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 16 Jan 2011 12:34:43 +0100 Subject: s3: Remove unused cli_send/receive_nt_trans --- source3/include/proto.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 76313026c7e..aba244321c0 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, -- cgit