diff options
Diffstat (limited to 'src/math-history-entry.h')
-rw-r--r-- | src/math-history-entry.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/math-history-entry.h b/src/math-history-entry.h index 2133ade..f46f15f 100644 --- a/src/math-history-entry.h +++ b/src/math-history-entry.h @@ -42,7 +42,10 @@ MathHistoryEntry * math_history_entry_new(MathEquation *equation); void -math_history_entry_insert_entry(MathHistoryEntry *history_entry, const gchar *equation, const gchar *answer_four_digits, const gchar *answer_nine_digits); +math_history_entry_insert_entry(MathHistoryEntry *history_entry, const gchar *equation, MPNumber *answer, MpSerializer *serializer); + +void +math_history_entry_redisplay(MathHistoryEntry *history_entry, MpSerializer *serializer); gchar * math_history_entry_get_equation(MathHistoryEntry *history_entry); |