diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-11 11:17:26 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-11 22:53:24 +0100 |
commit | ce5eded7e03d86d5d7f2ee1a9d975fae116d2306 (patch) | |
tree | 3a88e37d2095847aa3b25cf9aa83519d89295aa9 /source3/include/proto.h | |
parent | cd5039b18843485074bb8e502434b518265d10e9 (diff) | |
download | samba-ce5eded7e03d86d5d7f2ee1a9d975fae116d2306.tar.gz samba-ce5eded7e03d86d5d7f2ee1a9d975fae116d2306.tar.bz2 samba-ce5eded7e03d86d5d7f2ee1a9d975fae116d2306.zip |
Move cli_api_pipe() to its only user cli_pipe.c
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index a379134848..9a0ba9a401 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2629,12 +2629,6 @@ void dump_ntquota_list(SMB_NTQUOTA_LIST **qtl, bool _verbose, bool _numeric, voi /* The following definitions come from libsmb/clirap.c */ -bool cli_api_pipe(struct cli_state *cli, const char *pipe_name, - uint16 *setup, uint32 setup_count, uint32 max_setup_count, - char *params, uint32 param_count, uint32 max_param_count, - char *data, uint32 data_count, uint32 max_data_count, - char **rparam, uint32 *rparam_count, - char **rdata, uint32 *rdata_count); bool cli_api(struct cli_state *cli, char *param, int prcnt, int mprcnt, char *data, int drcnt, int mdrcnt, |