From dd9957769196f138262a7bad1a525ff174cc1df4 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 2 Oct 2012 19:27:25 +0200 Subject: gtk: Put private functions in headers and include those This is part of a bunch of fixes for gcc complaining about -Wmissing-declarations. It puts functions into headers and includes those headers both where the functions are defined and where they function are used. --- gtk/gtkcustompaperunixdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtkcustompaperunixdialog.h') diff --git a/gtk/gtkcustompaperunixdialog.h b/gtk/gtkcustompaperunixdialog.h index 2ffee1554a..9fcaff8414 100644 --- a/gtk/gtkcustompaperunixdialog.h +++ b/gtk/gtkcustompaperunixdialog.h @@ -58,6 +58,7 @@ GtkWidget * _gtk_custom_paper_unix_dialog_new (GtkWindow GtkUnit _gtk_print_get_default_user_units (void); void _gtk_print_load_custom_papers (GtkListStore *store); void _gtk_print_save_custom_papers (GtkListStore *store); +GList * _gtk_load_custom_papers (void); G_END_DECLS -- cgit v1.2.1