X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fexecutor.h;h=81ece2b8223f9ba6e85fefba905600ccb5fe49a3;hb=ced729f41f90e56a7c8ec12f6497f61c9b73b779;hp=40925beeae6842887341549d0178342ff3934766;hpb=bd17d2af982332ee1791998361b1ac6731fe14fa;p=pspp diff --git a/src/ui/gui/executor.h b/src/ui/gui/executor.h index 40925beeae..81ece2b822 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 @@ -23,6 +23,7 @@ struct getl_interface; gboolean execute_syntax (struct getl_interface *sss); - +gchar *execute_syntax_string (gchar *syntax); +void execute_const_syntax_string (const gchar *syntax); #endif