summaryrefslogtreecommitdiff
path: root/src/math-history-entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math-history-entry.h')
-rw-r--r--src/math-history-entry.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/math-history-entry.h b/src/math-history-entry.h
index 2133ade..4a9261e 100644
--- a/src/math-history-entry.h
+++ b/src/math-history-entry.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2020 MATE developers
+ * Copyright (C) 2020-2021 MATE developers
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
@@ -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);