From f6c646467d3b6a4ad296e50a1bf89a36ce9551bc Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 27 Jan 1999 19:37:29 +0000 Subject: set_port warning / unused / global/local variable overlap issues cmd_svcctl.c tests got put into cvs by mistake. (This used to be commit 0ed70972d72533558f0fdd43e6ec95ac2102b9d0) --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index ee92f62c23..2f43cd1edb 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6,7 +6,7 @@ /*The following definitions come from client/client.c */ void do_list(const char *mask,uint16 attribute,void (*fn)(file_info *),BOOL rec, BOOL dirs); -struct cli_state *do_connect(char *server, char *share); +struct cli_state *do_connect(char *server, char *share, int smb_port); /*The following definitions come from client/clitar.c */ @@ -575,6 +575,7 @@ int unistrcpy(char *dst, char *src); /*The following definitions come from libsmb/clientgen.c */ +int cli_set_port(struct cli_state *cli, int port); char *cli_errstr(struct cli_state *cli); BOOL cli_api_pipe(struct cli_state *cli, char *pipe_name, int pipe_name_len, uint16 *setup, uint32 setup_count, uint32 max_setup_count, -- cgit