diff options
author | Luke Leighton <lkcl@samba.org> | 1999-01-27 19:37:29 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-01-27 19:37:29 +0000 |
commit | f6c646467d3b6a4ad296e50a1bf89a36ce9551bc (patch) | |
tree | b5d134397f1186982548c83c4dcd79fbf99a78c4 /source3/include | |
parent | 4423c27fe5ff58580add16b28f08ca693144107b (diff) | |
download | samba-f6c646467d3b6a4ad296e50a1bf89a36ce9551bc.tar.gz samba-f6c646467d3b6a4ad296e50a1bf89a36ce9551bc.tar.bz2 samba-f6c646467d3b6a4ad296e50a1bf89a36ce9551bc.zip |
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)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, |