summaryrefslogtreecommitdiffstats
path: root/src/proto/diff.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/diff.pro')
-rw-r--r--src/proto/diff.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/diff.pro b/src/proto/diff.pro
index b18c59b2b1..d14907e8d0 100644
--- a/src/proto/diff.pro
+++ b/src/proto/diff.pro
@@ -19,6 +19,7 @@ void diff_set_topline(win_T *fromwin, win_T *towin);
int diffopt_changed(void);
int diffopt_horizontal(void);
int diffopt_hiddenoff(void);
+int diffopt_closeoff(void);
int diff_find_change(win_T *wp, linenr_T lnum, int *startp, int *endp);
int diff_infold(win_T *wp, linenr_T lnum);
void nv_diffgetput(int put, long count);