summaryrefslogtreecommitdiffstats
path: root/src/proto/move.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-18 18:04:50 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-18 18:04:50 +0200
commit6df6f47d6dc59fe82b95b9c2f4a4d542fd5ac239 (patch)
tree4832d5b27b1220617848917e3036687e3167557d /src/proto/move.pro
parentdc536095ac452c12e9bb4c69b473d28d51e8d4b9 (diff)
Make automatic prototype generation work with more interfaces.
Diffstat (limited to 'src/proto/move.pro')
-rw-r--r--src/proto/move.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/move.pro b/src/proto/move.pro
index f1f3a11378..5fe3844d74 100644
--- a/src/proto/move.pro
+++ b/src/proto/move.pro
@@ -1,5 +1,4 @@
/* move.c */
-void do_check_cursorbind __ARGS((void));
void update_topline_redraw __ARGS((void));
void update_topline __ARGS((void));
void update_curswant __ARGS((void));
@@ -38,4 +37,5 @@ void scroll_cursor_halfway __ARGS((int atend));
void cursor_correct __ARGS((void));
int onepage __ARGS((int dir, long count));
void halfpage __ARGS((int flag, linenr_T Prenum));
+void do_check_cursorbind __ARGS((void));
/* vim: set ft=c : */