summaryrefslogtreecommitdiff
path: root/register.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2003-10-02 05:04:38 +0000
committerJohn Wiegley <johnw@newartisans.com>2003-10-02 05:04:38 +0000
commit3cfae2794784c1629dd98c0b600b2731e27a3f57 (patch)
tree5339db0e7df4b6f925788270d8c805111e729ae1 /register.cc
parentbfff951c310b0b1b4f2ddaf3d69549bd3bac2717 (diff)
downloadfork-ledger-3cfae2794784c1629dd98c0b600b2731e27a3f57.tar.gz
fork-ledger-3cfae2794784c1629dd98c0b600b2731e27a3f57.tar.bz2
fork-ledger-3cfae2794784c1629dd98c0b600b2731e27a3f57.zip
*** empty log message ***
Diffstat (limited to 'register.cc')
-rw-r--r--register.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/register.cc b/register.cc
index e0128d10..bc7f6b06 100644
--- a/register.cc
+++ b/register.cc
@@ -28,7 +28,8 @@ static std::string truncated(const std::string& str, int width)
// Register printing code
//
-void print_register(int argc, char **argv, std::ostream& out)
+void print_register(int argc, char ** argv, regexps_t& regexps,
+ std::ostream& out)
{
optind = 1;