summaryrefslogtreecommitdiff
path: root/amount.h
diff options
context:
space:
mode:
Diffstat (limited to 'amount.h')
-rw-r--r--amount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amount.h b/amount.h
index b0d398c0..d18ff020 100644
--- a/amount.h
+++ b/amount.h
@@ -165,6 +165,7 @@ class amount_t
void parse(const std::string& str);
void write_quantity(std::ostream& out) const;
+ void read_quantity(char *& data);
void read_quantity(std::istream& in);
bool valid() const;