From c58cd882994d2ad474029a88e36973767847f50d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 5 Feb 2009 02:43:58 -0400 Subject: Reworked how the REPL is handled. --- src/work.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/work.h') diff --git a/src/work.h b/src/work.h index c09766fd..477d8e84 100644 --- a/src/work.h +++ b/src/work.h @@ -48,7 +48,7 @@ void read_environment_settings(report_t& report, char * envp[]); strings_list read_command_arguments(report_t& report, strings_list args); void normalize_session_options(session_t& session); function_t look_for_precommand(report_t& report, const string& verb); -journal_t * read_journal_files(session_t& session, const string& account); +void read_journal_files(session_t& session, const string& account); function_t look_for_command(report_t& report, const string& verb); void normalize_report_options(report_t& report, const string& verb); void create_output_stream(report_t& report); -- cgit v1.2.3