summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-22 16:09:54 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-22 17:06:09 +0200
commitb87bd59ecb5e36db4e18c621bbb3cca9268fed0b (patch)
tree5dc174e5a16261d33c46d302b34847e49ad7585e /source3/libsmb/proto.h
parentb3e0b7328041093a2006de7adda2ec62ddd7deda (diff)
downloadsamba-b87bd59ecb5e36db4e18c621bbb3cca9268fed0b.tar.gz
samba-b87bd59ecb5e36db4e18c621bbb3cca9268fed0b.tar.bz2
samba-b87bd59ecb5e36db4e18c621bbb3cca9268fed0b.zip
s3:libsmb: add cli_state_remote_name()
metze
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r--source3/libsmb/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index c067fe1fbf..99446dcee2 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -169,6 +169,7 @@ void cli_shutdown(struct cli_state *cli);
void cli_sockopt(struct cli_state *cli, const char *options);
const struct sockaddr_storage *cli_state_local_sockaddr(struct cli_state *cli);
const struct sockaddr_storage *cli_state_remote_sockaddr(struct cli_state *cli);
+const char *cli_state_remote_name(struct cli_state *cli);
uint16_t cli_state_get_vc_num(struct cli_state *cli);
uint16 cli_setpid(struct cli_state *cli, uint16 pid);
uint16_t cli_getpid(struct cli_state *cli);