mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
libsmb: Make cli_nt_pipes_close() static
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
47d93b0280
commit
7457674396
@ -206,7 +206,7 @@ struct cli_state *cli_state_create(TALLOC_CTX *mem_ctx,
|
||||
Close all pipes open on this session.
|
||||
****************************************************************************/
|
||||
|
||||
void cli_nt_pipes_close(struct cli_state *cli)
|
||||
static void cli_nt_pipes_close(struct cli_state *cli)
|
||||
{
|
||||
while (cli->pipe_list != NULL) {
|
||||
/*
|
||||
|
@ -172,7 +172,6 @@ struct cli_state *cli_state_create(TALLOC_CTX *mem_ctx,
|
||||
const char *remote_name,
|
||||
enum smb_signing_setting signing_state,
|
||||
int flags);
|
||||
void cli_nt_pipes_close(struct cli_state *cli);
|
||||
void cli_shutdown(struct cli_state *cli);
|
||||
uint16_t cli_state_get_vc_num(struct cli_state *cli);
|
||||
uint32_t cli_setpid(struct cli_state *cli, uint32_t pid);
|
||||
|
Reference in New Issue
Block a user