Refactor common code in dialog implementations
[pspp-builds.git] / src / ui / gui / helper.h
index 3b9f03703ea7c85b367b057f47fa63757f4dc218..25ff0aa00c4cdccd60268efca6321eb4c045f1f2 100644 (file)
 
 #include "relocatable.h"
 
+#include <data/format.h>
 #include <data/value.h>
 
 #include <gtk/gtk.h>
 #include <glade/glade.h>
 
+
+
+void paste_syntax_in_new_window (const gchar *syntax);
+
 /*
    GtkRecentChooserMenu was added in 2.10.0
    but it didn't support GtkRecentFilters until