Add function next_mb_char_size() that returns a size_t of the number of
authorJeremy Allison <jra@samba.org>
Tue, 16 Mar 2004 21:59:11 +0000 (21:59 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 16 Mar 2004 21:59:11 +0000 (21:59 +0000)
commitd2b2a39fd2f2e06cc4aebf081876985f0b28b477
tree624fd27bb298466fda5a448dd3d6dca948d613e5
parenta7cac639c2cf0e2606d9cfbdb08e961212ee3bfa
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