From e3ea3965890dcbccc9a7d2958472f0ed46b872fc Mon Sep 17 00:00:00 2001 From: mbkma Date: Sat, 20 Feb 2021 09:45:59 +0100 Subject: history view follows preferences --- src/math-history.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/math-history.h') diff --git a/src/math-history.h b/src/math-history.h index 87dab7a..dc9349e 100644 --- a/src/math-history.h +++ b/src/math-history.h @@ -43,7 +43,7 @@ MathHistory * math_history_new(MathEquation *equation); void -math_history_insert_entry(MathHistory *history, char *equation, MPNumber *answer, int number_base); +math_history_insert_entry(MathHistory *history, char *equation, MPNumber *answer); gpointer math_history_get_entry_at(MathHistory *history, int index); @@ -57,6 +57,9 @@ math_history_get_current(MathHistory *history); void math_history_clear(MathHistory *history); +void +math_history_set_serializer(MathHistory *history, MpSerializer *serializer); + G_END_DECLS #endif /* MATH_HISTORY_VIEW_H */ -- cgit v1.2.1