X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire.h;h=27a633f2ecf35c57cd30dc01ac85aa4a61db28a9;hb=38a4aa5aaf58d39eafa0574416f36b16ebb9c4f6;hp=408d858ba14b4e65ccfe11c36920a657b06d7c7d;hpb=9a331fe64eb814ae5c1322e21717a04fb254bf65;p=pspp-builds.git diff --git a/src/ui/gui/psppire.h b/src/ui/gui/psppire.h index 408d858b..27a633f2 100644 --- a/src/ui/gui/psppire.h +++ b/src/ui/gui/psppire.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2004, 2005, 2006 Free Software Foundation + Copyright (C) 2004, 2005, 2006, 2009 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 @@ -24,7 +24,9 @@ extern const struct argp non_option_argp ; void initialize (struct command_line_processor *, int argc, char **argv); void de_initialize (void); + void psppire_quit (void); +const char * output_file_name (void); #endif /* PSPPIRE_H */