summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-01-26 19:09:18 +0000
committerJeremy Allison <jra@samba.org>1999-01-26 19:09:18 +0000
commitd4be42abc6a49f0d9859662334add533b9965b7d (patch)
tree2b0776bf0696c7c99cbae93a4bb08cf569ec9223 /source/include
parent24e561de1631af044473c3e5ec89654253d67345 (diff)
downloadsamba-d4be42abc6a49f0d9859662334add533b9965b7d.tar.gz
samba-d4be42abc6a49f0d9859662334add533b9965b7d.tar.xz
samba-d4be42abc6a49f0d9859662334add533b9965b7d.zip
Added proto for the new cli_set_port() function.
Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index bc68d85ca72..b05923dc597 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -405,6 +405,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,