X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fjournal.h;h=377152d5ce14cd6a3e3a82eeeb664ea5bc80f0e0;hb=8d97f848e3452e0d013d15f6e20b1dcc089caa41;hp=5051193a67ea3c7d03ed61be1fddfe0167273173;hpb=ea27d9b8293639b4311fd6bd65b8a88fc335cd7b;p=pspp diff --git a/src/output/journal.h b/src/output/journal.h index 5051193a67..377152d5ce 100644 --- a/src/output/journal.h +++ b/src/output/journal.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2012 Free Software Foundation, Inc. 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 @@ -28,6 +28,8 @@ void journal_enable (void); void journal_disable (void); +bool journal_is_enabled (void); void journal_set_file_name (const char *); +const char *journal_get_file_name (void); #endif /* output/journal.h */