summaryrefslogtreecommitdiffstats
path: root/src/proto/undo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/undo.pro')
-rw-r--r--src/proto/undo.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/undo.pro b/src/proto/undo.pro
index baa98c4f87..daac3776e9 100644
--- a/src/proto/undo.pro
+++ b/src/proto/undo.pro
@@ -24,4 +24,5 @@ void u_undoline __ARGS((void));
void u_blockfree __ARGS((buf_T *buf));
int bufIsChanged __ARGS((buf_T *buf));
int curbufIsChanged __ARGS((void));
+void u_eval_tree __ARGS((u_header_T *first_uhp, list_T *list));
/* vim: set ft=c : */