s3 build: Fix "shadows global declaration warning"
authorTim Prouty <tprouty@samba.org>
Thu, 29 Jan 2009 22:50:18 +0000 (14:50 -0800)
committerTim Prouty <tprouty@samba.org>
Thu, 29 Jan 2009 23:29:34 +0000 (15:29 -0800)
source3/include/proto.h

index 71e2145b83281dca4957bcf2696be6dcfa7036d4..8276847706521bf3c916a8f14dd8dbac0f0f52d7 100644 (file)
@@ -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);