diff src/proto/undo.pro @ 912:adf6a9dcaded v7.0.038

updated for version 7.0-038
author vimboss
date Wed, 12 Jul 2006 19:49:41 +0000
parents 6675076019ae
children b5c914e467f7
line wrap: on
line diff
--- a/src/proto/undo.pro
+++ b/src/proto/undo.pro
@@ -4,6 +4,7 @@ extern int u_save __ARGS((linenr_T top, 
 extern int u_savesub __ARGS((linenr_T lnum));
 extern int u_inssub __ARGS((linenr_T lnum));
 extern int u_savedel __ARGS((linenr_T lnum, long nlines));
+extern int undo_allowed __ARGS((void));
 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));