diff options
author | Luk Claes <luk@debian.org> | 2012-05-19 17:31:50 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-28 14:49:45 +0200 |
commit | 4f6f4ea93c83fa5154f450e2e43649467e4c2b32 (patch) | |
tree | 5d765e8b1d8bcf9215a4dce43585a69ccfc66819 /source3/libsmb/proto.h | |
parent | 987e81b0ee681a25a8e3308169626a2206e3fd26 (diff) | |
download | samba-4f6f4ea93c83fa5154f450e2e43649467e4c2b32.tar.gz |
s3:libsmb: get rid of cli_state_remote_name
Signed-off-by: Luk Claes <luk@debian.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r-- | source3/libsmb/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h index 2ece3378a1e..652e0caf8c3 100644 --- a/source3/libsmb/proto.h +++ b/source3/libsmb/proto.h @@ -171,7 +171,6 @@ struct cli_state *cli_state_create(TALLOC_CTX *mem_ctx, bool cli_state_encryption_on(struct cli_state *cli); void cli_nt_pipes_close(struct cli_state *cli); void cli_shutdown(struct cli_state *cli); -const char *cli_state_remote_name(struct cli_state *cli); const char *cli_state_remote_realm(struct cli_state *cli); uint16_t cli_state_get_vc_num(struct cli_state *cli); uint32_t cli_state_server_session_key(struct cli_state *cli); |