Add function next_mb_char_size() that returns a size_t of the number of
commit5a804dbe0f3ddbd6f3fbdd6b2c5510e143607541
authorJeremy Allison <jra@samba.org>
Tue, 16 Mar 2004 21:59:20 +0000 (16 21:59 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 16 Mar 2004 21:59:20 +0000 (16 21:59 +0000)
tree654c9de076ec5a5b5f5b5785bf17fba0250a8422
parentfed98658a5cc82e9fdc65aa73f74e118c1104178
Add function next_mb_char_size() that returns a size_t of the number of
bytes in the mb character at a pointer. Will be useful in fixing check_path_syntax()
to not use a "blacklist". Also re-added my (C) to reply.c. I mean, really - I've
been adding code to the file for over 10 years and I recognise many of the
fuctions as mine ! :-).
Jeremy.
source/lib/charcnv.c
source/smbd/reply.c