summaryrefslogtreecommitdiff
path: root/src/quotes.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-06-26 16:52:41 +0100
committerJohn Wiegley <johnw@newartisans.com>2009-06-26 16:52:41 +0100
commit4574c30fcfd3b03bab9a368a6ff2928af7e11e28 (patch)
tree31112a34e89d39a51d6ed6f83e13978b69d97aa9 /src/quotes.h
parent1fad2ec7c135ebe87bb34838f21adaac720dda03 (diff)
downloadfork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.tar.gz
fork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.tar.bz2
fork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.zip
The --download option is now fully restored
Diffstat (limited to 'src/quotes.h')
-rw-r--r--src/quotes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quotes.h b/src/quotes.h
index ea47d4c2..5db69d1f 100644
--- a/src/quotes.h
+++ b/src/quotes.h
@@ -49,7 +49,8 @@
namespace ledger {
optional<price_point_t>
-commodity_quote_from_script(const optional<commodity_t&>& exchange_commodity);
+commodity_quote_from_script(commodity_t& commodity,
+ const optional<commodity_t&>& exchange_commodity);
} // namespace ledger