diff options
Diffstat (limited to 'src/commodity.h')
-rw-r--r-- | src/commodity.h | 2 |
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 |