diff options
author | Jeremy Allison <jra@samba.org> | 2009-01-14 14:26:56 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-01-14 14:26:56 -0800 |
commit | 2c0a802cf823df9bac879b1e7d591f50ee7d51fa (patch) | |
tree | 31053e01524cee0de393ea451f89b327fbc992a2 /source3/include | |
parent | b3e6247a9eb27835a71d6b42b33b51a48f35b862 (diff) | |
download | samba-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.h | 3 |
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); |