summaryrefslogtreecommitdiff
path: root/src/work.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-03 13:03:10 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-03 13:03:10 -0400
commit43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a (patch)
treeb8cd70315ef339c785bffecf83a52826def97914 /src/work.h
parent3434650848e500d605447388ef7e069ee1515b72 (diff)
downloadfork-ledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.tar.gz
fork-ledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.tar.bz2
fork-ledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.zip
Removed the global references to session->report.
Diffstat (limited to 'src/work.h')
-rw-r--r--src/work.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/work.h b/src/work.h
index acba3725..607e46eb 100644
--- a/src/work.h
+++ b/src/work.h
@@ -49,7 +49,7 @@ strings_list read_command_line_arguments(report_t& report,
int argc, char * argv[]);
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);
+journal_t * 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);