diff options
Diffstat (limited to 'src/math-history.h')
-rw-r--r-- | src/math-history.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/math-history.h b/src/math-history.h index 6301dd6..7c7b079 100644 --- a/src/math-history.h +++ b/src/math-history.h @@ -45,6 +45,9 @@ math_history_new(MathEquation *equation); void math_history_insert_entry(MathHistory *history, char *equation, MPNumber *answer, int number_base); +void +math_history_clear(MathHistory *history); + G_END_DECLS #endif /* MATH_HISTORY_VIEW_H */ |