diff options
Diffstat (limited to 'src/math-history.h')
-rw-r--r-- | src/math-history.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 */ |