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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math-history-entry.h b/src/math-history-entry.h
index 512b551..53ccc88 100644
--- a/src/math-history-entry.h
+++ b/src/math-history-entry.h
@@ -42,7 +42,7 @@ MathHistoryEntry *
math_history_entry_new(MathEquation *equation);
void
-math_history_entry_insert_entry(MathHistoryEntry *history_entry, char *equation, MPNumber *number, int number_base);
+math_history_entry_insert_entry(MathHistoryEntry *history_entry, const gchar *equation, const gchar *answer_four_digits, const gchar *answer_nine_digits);
G_END_DECLS