gui: Factor out duplicated code for executing and pasting syntax.
[pspp-builds.git] / src / ui / gui / helper.h
index ec142c8ef7f777f21810481beaef2a635e8b60c6..f7660dc43b8332f674e664202dfe76fdc198e418 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "gl/configmake.h"
 
-void paste_syntax_in_new_window (const gchar *syntax);
+gchar *paste_syntax_to_window (gchar *syntax);
 
 struct fmt_spec;