Added missing BEGIN/END_GNOME_DECLS

svn path=/trunk/; revision=5790
This commit is contained in:
Lauris Kaplinski
2000-10-08 23:15:56 +00:00
parent 6313365b6f
commit 088dc77827

View File

@ -5,6 +5,9 @@
#include <glib.h>
#include <gtk/gtk.h>
#include <config.h>
#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
#ifdef USING_GNOME_PRINT_0_20
#define gnome_font_get_size(f) ((f)->size)
@ -50,6 +53,8 @@ gint e_utf8_gtk_clist_append (GtkCList *clist, gchar *text[]);
gint g_unichar_to_utf8 (gint c, gchar *outbuf);
guint32 gdk_keyval_to_unicode (guint keysym);
BEGIN_GNOME_DECLS
#endif