aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'text.h')
-rw-r--r--text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/text.h b/text.h
index 607f239..3080acb 100644
--- a/text.h
+++ b/text.h
@@ -139,8 +139,8 @@ size_t text_undo(Text*);
* newest state i.e. there was nothing to redo.
*/
size_t text_redo(Text*);
-size_t text_earlier(Text*, int count);
-size_t text_later(Text*, int count);
+size_t text_earlier(Text*);
+size_t text_later(Text*);
/**
* Restore the text to the state closest to the time given
*/