updated for version 7.0224
diff --git a/src/proto/undo.pro b/src/proto/undo.pro
index 62deded..01ef518 100644
--- a/src/proto/undo.pro
+++ b/src/proto/undo.pro
@@ -6,7 +6,7 @@
 int u_savedel __ARGS((linenr_T lnum, long nlines));
 void u_undo __ARGS((int count));
 void u_redo __ARGS((int count));
-void undo_time __ARGS((int step));
+void undo_time __ARGS((long step, int sec));
 void u_sync __ARGS((void));
 void ex_undojoin __ARGS((exarg_T *eap));
 void u_unchanged __ARGS((buf_T *buf));