X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fexecutor.h;h=d7d5182f15a8b63384f409341be716091effe82f;hb=eea449691e75dfc2af4fd5d6670ab155b813a13e;hp=ae363e960bedaed574df0ecb65df3c945c195892;hpb=d6028c82867eb92ccd1a3a7f1473316cbe462271;p=pspp-builds.git diff --git a/src/ui/gui/executor.h b/src/ui/gui/executor.h index ae363e96..d7d5182f 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, 2010 Free Software Foundation + Copyright (C) 2007, 2009, 2010, 2011 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 @@ -19,11 +19,12 @@ #define EXECUTOR_H #include +#include "ui/gui/psppire-data-window.h" struct lex_reader; -gboolean execute_syntax (struct lex_reader *); -gchar *execute_syntax_string (gchar *syntax); -void execute_const_syntax_string (const gchar *syntax); +gboolean execute_syntax (PsppireDataWindow *, struct lex_reader *); +gchar *execute_syntax_string (PsppireDataWindow *, gchar *syntax); +void execute_const_syntax_string (PsppireDataWindow *, const gchar *syntax); #endif