summaryrefslogtreecommitdiff
path: root/src/commodity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commodity.h')
-rw-r--r--src/commodity.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commodity.h b/src/commodity.h
index 4bd5ee82..5d73f4e8 100644
--- a/src/commodity.h
+++ b/src/commodity.h
@@ -309,6 +309,11 @@ public:
return none;
}
+ optional<price_point_t>
+ check_for_updated_price(const optional<price_point_t>& point,
+ const optional<datetime_t>& moment,
+ const optional<commodity_t&>& in_terms_of);
+
// Methods related to parsing, reading, writing, etc., the commodity
// itself.