X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fexecutor.h;h=ae363e960bedaed574df0ecb65df3c945c195892;hb=9ade26c8349b4434008c46cf09bc7473ec743972;hp=40925beeae6842887341549d0178342ff3934766;hpb=9e0e4996fad6563f0a1ce628b80db5c23ef8279e;p=pspp-builds.git diff --git a/src/ui/gui/executor.h b/src/ui/gui/executor.h index 40925bee..ae363e96 100644 --- a/src/ui/gui/executor.h +++ b/src/ui/gui/executor.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2007, 2009 Free Software Foundation + Copyright (C) 2007, 2009, 2010 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,9 +20,10 @@ #include -struct getl_interface; - -gboolean execute_syntax (struct getl_interface *sss); +struct lex_reader; +gboolean execute_syntax (struct lex_reader *); +gchar *execute_syntax_string (gchar *syntax); +void execute_const_syntax_string (const gchar *syntax); #endif