summaryrefslogtreecommitdiffstats
path: root/src/proto/window.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-06-24 15:32:01 +0000
committerBram Moolenaar <Bram@vim.org>2009-06-24 15:32:01 +0000
commitf061e0befbea69304bc9e09a8d15dab36dabb024 (patch)
treeb651159e169232a892bad6ceda78461e4ca850c9 /src/proto/window.pro
parent8d3b8c4a8a48c5e7a8108dace0c5a2cc2a33ca10 (diff)
updated for version 7.2-215v7.2.215
Diffstat (limited to 'src/proto/window.pro')
-rw-r--r--src/proto/window.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/window.pro b/src/proto/window.pro
index 6bc5f7e9e2..7b019a780e 100644
--- a/src/proto/window.pro
+++ b/src/proto/window.pro
@@ -14,6 +14,7 @@ void win_free_all __ARGS((void));
win_T *winframe_remove __ARGS((win_T *win, int *dirp, tabpage_T *tp));
void close_others __ARGS((int message, int forceit));
void curwin_init __ARGS((void));
+void win_init_empty __ARGS((win_T *wp));
int win_alloc_first __ARGS((void));
void win_alloc_aucmd_win __ARGS((void));
void win_init_size __ARGS((void));