summaryrefslogtreecommitdiff
path: root/src/commodity.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-07 21:55:38 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-07 21:55:38 -0400
commit591ebbf1bd7fefc76e28a86efce5339034a1dbd5 (patch)
tree82429fc9ebd458dc69098471584bb7cc48e5de69 /src/commodity.h
parentfb5fc0e3f9c3a5dab25455bfe33956f7c893eaa9 (diff)
downloadfork-ledger-591ebbf1bd7fefc76e28a86efce5339034a1dbd5.tar.gz
fork-ledger-591ebbf1bd7fefc76e28a86efce5339034a1dbd5.tar.bz2
fork-ledger-591ebbf1bd7fefc76e28a86efce5339034a1dbd5.zip
Moved parse_commodity_price into commodity_pool_t.
Diffstat (limited to 'src/commodity.h')
-rw-r--r--src/commodity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commodity.h b/src/commodity.h
index bff8c1c4..56d9f5b2 100644
--- a/src/commodity.h
+++ b/src/commodity.h
@@ -598,6 +598,8 @@ public:
commodity_t * find_or_create(commodity_t& comm,
const annotation_t& details);
+
+ void parse_commodity_price(const char * optarg);
};
} // namespace ledger