From d7bf30ef92031ffddcde3680b38e602510bcae24 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 25 Mar 2010 13:20:56 +0100 Subject: s3:libsmb: add cli_state_is_connected() function metze --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index c270a1dd4e..96ca32e228 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2314,6 +2314,7 @@ bool cli_is_dos_error(struct cli_state *cli); NTSTATUS cli_get_nt_error(struct cli_state *cli); void cli_set_nt_error(struct cli_state *cli, NTSTATUS status); void cli_reset_error(struct cli_state *cli); +bool cli_state_is_connected(struct cli_state *cli); /* The following definitions come from libsmb/clifile.c */ -- cgit