diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-04 18:23:18 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-04 19:55:08 -0400 |
commit | 73cf3b01fbd50c3a8a4fd96ff69643c28394d8fe (patch) | |
tree | 695fde78e03351750210715ea76ec686ff04fbfc /src/work.h | |
parent | b9603a1512acdfeb5d304e5ae910c1da553b3337 (diff) | |
download | ledger-73cf3b01fbd50c3a8a4fd96ff69643c28394d8fe.tar.gz ledger-73cf3b01fbd50c3a8a4fd96ff69643c28394d8fe.tar.bz2 ledger-73cf3b01fbd50c3a8a4fd96ff69643c28394d8fe.zip |
Added structural support in main() for using a REPL.
Diffstat (limited to 'src/work.h')
-rw-r--r-- | src/work.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -45,8 +45,7 @@ typedef std::pair<string_iterator, string_iterator> string_iterator_pair; void handle_debug_options(int argc, char * argv[]); void read_environment_settings(report_t& report, char * envp[]); -strings_list read_command_line_arguments(report_t& report, - int argc, char * argv[]); +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); |