summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-01-14 14:26:56 -0800
committerJeremy Allison <jra@samba.org>2009-01-14 14:26:56 -0800
commit2c0a802cf823df9bac879b1e7d591f50ee7d51fa (patch)
tree31053e01524cee0de393ea451f89b327fbc992a2 /source3/include
parentb3e6247a9eb27835a71d6b42b33b51a48f35b862 (diff)
downloadsamba-2c0a802cf823df9bac879b1e7d591f50ee7d51fa.tar.gz
samba-2c0a802cf823df9bac879b1e7d591f50ee7d51fa.tar.bz2
samba-2c0a802cf823df9bac879b1e7d591f50ee7d51fa.zip
Remove another global from clidfs that is only used in client.c.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 9d990207a0..5d70c1c2fc 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2383,7 +2383,8 @@ struct cli_state *cli_cm_open(TALLOC_CTX *ctx,
const char *server,
const char *share,
bool show_hdr,
- bool force_encrypt);
+ bool force_encrypt,
+ int max_protocol);
void cli_cm_shutdown(void);
void cli_cm_display(void);
void cli_cm_set_credentials(struct user_auth_info *auth_info);