summaryrefslogtreecommitdiff
path: root/binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'binary.h')
-rw-r--r--binary.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/binary.h b/binary.h
index a1ab60c2..187cdcb8 100644
--- a/binary.h
+++ b/binary.h
@@ -18,7 +18,9 @@ class binary_parser_t : public parser_t
const std::string * original_file = NULL);
};
-extern std::deque<amount_t::bigint_t *> bigints;
+extern amount_t::bigint_t * bigints;
+extern amount_t::bigint_t * bigints_next;
+extern unsigned int bigints_count;
void write_binary_journal(std::ostream& out,
journal_t * journal,