diff finch/libgnt/gntinternal.h @ 28984:a18f421696dc

Fix showing umlauts etc. on non-utf8 locales.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 20 Nov 2009 21:45:44 +0000
parents e2e57d3c0578
children 88d889b54df4
line wrap: on
line diff
--- a/finch/libgnt/gntinternal.h	Fri Nov 20 16:46:58 2009 +0000
+++ b/finch/libgnt/gntinternal.h	Fri Nov 20 21:45:44 2009 +0000
@@ -19,6 +19,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+#include <glib.h>
 #undef G_LOG_DOMAIN
 #define G_LOG_DOMAIN "Gnt"
 
@@ -31,3 +32,6 @@
 # define gnt_warning g_warning
 #endif
 
+extern int gnt_need_conversation_to_locale;
+extern const char *C_(const char *x);
+