diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-09-05 21:21:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-09-05 21:21:49 -0400 |
commit | d55e3b25a7a6f0363f833b543905eea3a89ea5f6 (patch) | |
tree | 8a1c7feb8fc90e4c0c3298864e2c06ada054f95f /gtk/gtkgladecatalog.c | |
parent | c88c16d1f481fcd98297920250415a1116fbc490 (diff) | |
download | gtk+-d55e3b25a7a6f0363f833b543905eea3a89ea5f6.tar.gz |
Fix various compiler warnings
Mostly missing declarations and missing statics.
Diffstat (limited to 'gtk/gtkgladecatalog.c')
-rw-r--r-- | gtk/gtkgladecatalog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkgladecatalog.c b/gtk/gtkgladecatalog.c index f9fb7df064..44f91e07e3 100644 --- a/gtk/gtkgladecatalog.c +++ b/gtk/gtkgladecatalog.c @@ -31,6 +31,8 @@ # include "gtkprinteroptionwidget.h" #endif +void gtk_glade_catalog_init (const gchar *catalog_name); + /* This function is referred to in gtk/glade/gtk-private-widgets.xml * and is used to ensure the private types for use in Glade while * editing UI files that define GTK+’s various composite widget classes. |