X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fjournal.h;h=6571e95272965beaad7263fbd2c3f3f79a3d5d50;hb=c972eebe3286130ba9af8b0520a35a42a8d5ef75;hp=3509ff09890b4329a7b62bba36771a34ef516b92;hpb=fdcc4b6875ccdbf7bd01bc401e87afbeb71c2bfd;p=pspp diff --git a/src/output/journal.h b/src/output/journal.h index 3509ff0989..6571e95272 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 @@ -26,9 +26,11 @@ #include +void journal_init (void); void journal_enable (void); void journal_disable (void); +bool journal_is_enabled (void); void journal_set_file_name (const char *); -void journal_write (bool prefix, const char *); +const char *journal_get_file_name (void); #endif /* output/journal.h */