[svn] gpg-error - r151 - trunk/src
svn author marcus
cvs at cvs.gnupg.org
Tue Oct 25 21:53:48 CEST 2005
Author: marcus
Date: 2005-10-25 21:53:48 +0200 (Tue, 25 Oct 2005)
New Revision: 151
Modified:
trunk/src/w32-gettext.c
Log:
Fix last change.
Modified: trunk/src/w32-gettext.c
===================================================================
--- trunk/src/w32-gettext.c 2005-10-25 19:18:13 UTC (rev 150)
+++ trunk/src/w32-gettext.c 2005-10-25 19:53:48 UTC (rev 151)
@@ -1415,7 +1415,7 @@
NULL; caller may use GetLastError to get the actual error number.
The result of calling this function with STRING set to NULL is not
defined. */
-char *
+static char *
wchar_to_native (const wchar_t *string)
{
int n;
@@ -1444,7 +1444,7 @@
NULL; caller may use GetLastError to get the actual error number.
The result of calling this function with STRING set to NULL is not
defined. */
-wchar_t *
+static wchar_t *
utf8_to_wchar (const char *string)
{
int n;
@@ -1468,7 +1468,7 @@
}
-char *
+static char *
utf8_to_native (const char *string)
{
wchar_t *wstring;
More information about the Gnupg-commits
mailing list