summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-01-29 14:50:18 -0800
committerTim Prouty <tprouty@samba.org>2009-01-29 15:29:34 -0800
commitd1ab1b6482d7413337b42de83d7de1ae016d33e1 (patch)
treeaa04d4094c714a6108b6a4b5965ef07eb3c984f3
parent60d058442ee8a95a3d5c3f8e04cf15249509ceb2 (diff)
downloadsamba-d1ab1b6482d7413337b42de83d7de1ae016d33e1.tar.gz
samba-d1ab1b6482d7413337b42de83d7de1ae016d33e1.tar.bz2
samba-d1ab1b6482d7413337b42de83d7de1ae016d33e1.zip
s3 build: Fix "shadows global declaration warning"
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 71e2145b83..8276847706 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2501,7 +2501,7 @@ int cli_nt_create_full(struct cli_state *cli, const char *fname,
uint8 SecuityFlags);
int cli_nt_create(struct cli_state *cli, const char *fname, uint32 DesiredAccess);
uint8_t *smb_bytes_push_str(uint8_t *buf, bool ucs2, const char *str,
- size_t strlen, size_t *pconverted_size);
+ size_t str_len, size_t *pconverted_size);
struct async_req *cli_open_send(TALLOC_CTX *mem_ctx, struct event_context *ev,
struct cli_state *cli,
const char *fname, int flags, int share_mode);