diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-21 21:03:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-21 21:03:15 +0000 |
commit | a3ffd9c7801c3a32c6361f745af8711444df8abf (patch) | |
tree | 51936c82144ad09d94b029e1d11798754982ecd8 /src/proto/gui_w32.pro | |
parent | 80fc04348a4ea2e0b993c9acbc3f11e59cab9d4a (diff) | |
download | vim-a3ffd9c7801c3a32c6361f745af8711444df8abf.zip |
updated for version 7.0112
Diffstat (limited to 'src/proto/gui_w32.pro')
-rw-r--r-- | src/proto/gui_w32.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_w32.pro b/src/proto/gui_w32.pro index 680a9f55c..c10b9a24a 100644 --- a/src/proto/gui_w32.pro +++ b/src/proto/gui_w32.pro @@ -88,4 +88,5 @@ void gui_mch_post_balloon __ARGS((BalloonEval *beval, char_u *mesg)); BalloonEval *gui_mch_create_beval_area __ARGS((void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, int), void *clientData)); void gui_mch_destroy_beval_area __ARGS((BalloonEval *beval)); void netbeans_draw_multisign_indicator __ARGS((int row)); +int multiline_balloon_available __ARGS((void)); /* vim: set ft=c : */ |