summaryrefslogtreecommitdiff
path: root/src/work.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-04 18:23:18 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-04 19:55:08 -0400
commit73cf3b01fbd50c3a8a4fd96ff69643c28394d8fe (patch)
tree695fde78e03351750210715ea76ec686ff04fbfc /src/work.h
parentb9603a1512acdfeb5d304e5ae910c1da553b3337 (diff)
downloadledger-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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/work.h b/src/work.h
index 607e46eb..935db18f 100644
--- a/src/work.h
+++ b/src/work.h
@@ -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);