summaryrefslogtreecommitdiff
path: root/source3/libsmb/clifile.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-09 19:27:00 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-09 19:27:00 +0200
commitc82f268a1c1c5eff1cbdb410da3c717464bdbdd7 (patch)
tree00f3aaee7050f96229d3a74b052ca1edf7e5e2b9 /source3/libsmb/clifile.c
parent372ecdfde372a8bdd666cdf009262776eddd28d4 (diff)
parent7965249bd613eb41eeca24ba8271189e2f90257c (diff)
downloadsamba-c82f268a1c1c5eff1cbdb410da3c717464bdbdd7.tar.gz
samba-c82f268a1c1c5eff1cbdb410da3c717464bdbdd7.tar.bz2
samba-c82f268a1c1c5eff1cbdb410da3c717464bdbdd7.zip
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
(This used to be commit c3d1b0097590566417bda3fa33a64e994c9c7526)
Diffstat (limited to 'source3/libsmb/clifile.c')
-rw-r--r--source3/libsmb/clifile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c
index a8b3440513..d3819af444 100644
--- a/source3/libsmb/clifile.c
+++ b/source3/libsmb/clifile.c
@@ -781,7 +781,7 @@ int cli_nt_create(struct cli_state *cli, const char *fname, uint32 DesiredAccess
FILE_SHARE_READ|FILE_SHARE_WRITE, FILE_OPEN, 0x0, 0x0);
}
-static uint8_t *smb_bytes_push_str(uint8_t *buf, bool ucs2, const char *str)
+uint8_t *smb_bytes_push_str(uint8_t *buf, bool ucs2, const char *str)
{
size_t buflen = talloc_get_size(buf);
char *converted;