dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b90003
)
Made some functions static.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 28 Dec 2002 13:16:23 +0000
(13:16 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 28 Dec 2002 13:16:23 +0000
(13:16 +0000)
utf8/utf8-locale.c
patch
|
blob
|
history
diff --git
a/utf8/utf8-locale.c
b/utf8/utf8-locale.c
index 697ea1a0b562bfcd6c72c103e0b94e77c960a306..ff443e17e188cdbcebb5ea3c188d0047bf78c07d 100644
(file)
--- a/
utf8/utf8-locale.c
+++ b/
utf8/utf8-locale.c
@@
-28,12
+28,12
@@
static convert_t locale_conv = NULL;
-void close_conversion_contexts()
+
static
void close_conversion_contexts()
{
cleanup_utf8_conversion(locale_conv);
}
-int open_conversion_contexts()
+
static
int open_conversion_contexts()
{
assert (locale_conv == NULL);
locale_conv = initialize_utf8_conversion(locale_charset(), 0);