diff options
Diffstat (limited to 'src/proto/undo.pro')
-rw-r--r-- | src/proto/undo.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/undo.pro b/src/proto/undo.pro index de918fca5..93b99096a 100644 --- a/src/proto/undo.pro +++ b/src/proto/undo.pro @@ -28,4 +28,6 @@ int anyBufIsChanged(void); int bufIsChangedNotTerm(buf_T *buf); int curbufIsChanged(void); void u_eval_tree(u_header_T *first_uhp, list_T *list); +void f_undofile(typval_T *argvars, typval_T *rettv); +void f_undotree(typval_T *argvars, typval_T *rettv); /* vim: set ft=c : */ |