summaryrefslogtreecommitdiffstats
path: root/src/proto/ex_getln.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-03-05 02:15:53 +0000
committerBram Moolenaar <Bram@vim.org>2009-03-05 02:15:53 +0000
commitbf1b7a7efeabc6161ce476ed82340e422c15eb09 (patch)
treebbb98acb47ac5da46b62063c47dde048ab3d6603 /src/proto/ex_getln.pro
parentfab0623bcf60333f047f27b03ca05311eeb4485f (diff)
updated for version 7.2-132v7.2.132
Diffstat (limited to 'src/proto/ex_getln.pro')
-rw-r--r--src/proto/ex_getln.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro
index afbf664699..2750542fcf 100644
--- a/src/proto/ex_getln.pro
+++ b/src/proto/ex_getln.pro
@@ -4,6 +4,7 @@ char_u *getcmdline_prompt __ARGS((int firstc, char_u *prompt, int attr, int xp_c
int text_locked __ARGS((void));
void text_locked_msg __ARGS((void));
int curbuf_locked __ARGS((void));
+int allbuf_locked __ARGS((void));
char_u *getexline __ARGS((int c, void *dummy, int indent));
char_u *getexmodeline __ARGS((int promptc, void *dummy, int indent));
int cmdline_overstrike __ARGS((void));