summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2012-05-19 16:58:28 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-28 14:49:44 +0200
commit8e24e7f6b81871876e14f73424fe44bf26280560 (patch)
tree9731ca3081c6b7bf80a24b914b02176a4d5a6d62 /source3/libsmb/proto.h
parentf43231c051d3be40b8676dd401e9511948b69bba (diff)
downloadsamba-8e24e7f6b81871876e14f73424fe44bf26280560.tar.gz
samba-8e24e7f6b81871876e14f73424fe44bf26280560.tar.bz2
samba-8e24e7f6b81871876e14f73424fe44bf26280560.zip
s3:libsmb: get rid of cli_sockopt
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index 735c36aeb6..42c368be30 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);
-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);