summaryrefslogtreecommitdiff
path: root/src/proto/undo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/undo.pro')
-rw-r--r--src/proto/undo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/undo.pro b/src/proto/undo.pro
index ab707359c..c48e65cb2 100644
--- a/src/proto/undo.pro
+++ b/src/proto/undo.pro
@@ -7,7 +7,7 @@ extern int u_savedel __ARGS((linenr_T lnum, long nlines));
extern void u_undo __ARGS((int count));
extern void u_redo __ARGS((int count));
extern void undo_time __ARGS((long step, int sec, int absolute));
-extern void u_sync __ARGS((void));
+extern void u_sync __ARGS((int force));
extern void ex_undolist __ARGS((exarg_T *eap));
extern void ex_undojoin __ARGS((exarg_T *eap));
extern void u_unchanged __ARGS((buf_T *buf));