diff src/proto/gui_w32.pro @ 434:9595cf1d80a7

updated for version 7.0112
author vimboss
date Thu, 21 Jul 2005 21:03:15 +0000
parents d5dbe17efce2
children d0d15b184c56
line wrap: on
line diff
--- a/src/proto/gui_w32.pro
+++ b/src/proto/gui_w32.pro
@@ -88,4 +88,5 @@ void gui_mch_post_balloon __ARGS((Balloo
 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 : */