From 70344b82e70f454462f31daec05d79554804e8f8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 13 Feb 2009 05:24:28 -0400 Subject: Added a "reload" command, for use at the REPL Created a new function, session_t::reread_journal_files, which throws away all previous state data and reads in the same files again. This is needed to allow Emacs to communicate with Ledger via the REPL, so that it tell Ledger when it has made changes to the user's data file. --- src/global.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/global.h') diff --git a/src/global.h b/src/global.h index 0851cdaa..883972fc 100644 --- a/src/global.h +++ b/src/global.h @@ -52,7 +52,6 @@ public: ~global_scope_t(); void read_init(); - void read_journal_files(); void read_environment_settings(char * envp[]); strings_list read_command_arguments(scope_t& scope, strings_list args); void normalize_session_options(); -- cgit v1.2.3