Match the prototype in gconvert.c to fix build problems in NetBSD.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 7 Mar 2006 16:32:38 +0000 (16:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 7 Mar 2006 16:32:38 +0000 (16:32 +0000)
2006-03-07  Matthias Clasen  <mclasen@redhat.com>

* glib/gutf8.c (_g_charset_get_aliases): Match the prototype
in gconvert.c to fix build problems in NetBSD.  (#333651,
Julio M. Merino Vidal)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/gutf8.c

index 48af3de..efab905 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutf8.c (_g_charset_get_aliases): Match the prototype
+       in gconvert.c to fix build problems in NetBSD.  (#333651,
+       Julio M. Merino Vidal)
+
 2006-03-06  Anders Carlsson  <andersca@imendio.com>
 
         * configure.in:
index 48af3de..efab905 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutf8.c (_g_charset_get_aliases): Match the prototype
+       in gconvert.c to fix build problems in NetBSD.  (#333651,
+       Julio M. Merino Vidal)
+
 2006-03-06  Anders Carlsson  <andersca@imendio.com>
 
         * configure.in:
index 48af3de..efab905 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutf8.c (_g_charset_get_aliases): Match the prototype
+       in gconvert.c to fix build problems in NetBSD.  (#333651,
+       Julio M. Merino Vidal)
+
 2006-03-06  Anders Carlsson  <andersca@imendio.com>
 
         * configure.in:
index 69105e2..f779b92 100644 (file)
@@ -435,7 +435,7 @@ get_alias_hash (void)
 /* As an abuse of the alias table, the following routines gets
  * the charsets that are aliases for the canonical name.
  */
-const char **
+const char ** G_GNUC_INTERNAL
 _g_charset_get_aliases (const char *canonical_name)
 {
   GHashTable *alias_hash = get_alias_hash ();