lexer: Reimplement for better testability and internationalization.
[pspp-builds.git] / src / ui / gui / executor.h
index 81ece2b8223f9ba6e85fefba905600ccb5fe49a3..ae363e960bedaed574df0ecb65df3c945c195892 100644 (file)
@@ -20,9 +20,9 @@
 
 #include <glib.h>
 
-struct getl_interface;
+struct lex_reader;
 
-gboolean execute_syntax (struct getl_interface *sss);
+gboolean execute_syntax (struct lex_reader *);
 gchar *execute_syntax_string (gchar *syntax);
 void execute_const_syntax_string (const gchar *syntax);