utf8.c: Change prototypes of two functions
authorKarl Williamson <public@khwilliamson.com>
Wed, 14 Dec 2011 16:29:33 +0000 (09:29 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 15 Dec 2011 23:26:01 +0000 (16:26 -0700)
commitf673fad4051f00d3d7bee3a866afecffb66e102b
treecc67f26da4679cdf03799e79e16c281647525727
parentb6f93e7a99237718d236ae85a09f11426741878a
utf8.c: Change prototypes of two functions

_to_uni_fold_flags() and _to_fold_latin1() now have their flags
parameter be a boolean.  The name 'flags' is retained in case the usage
ever expands instead of calling it by the name of the only use this
currently has.

This is as a result of confusion between this and _to_ut8_fold_flags()
which does have more than one flag possibility.
embed.fnc
proto.h
utf8.c