Skip to content

Commit 0324f9e

Browse files
committed
patch 8.1.2311: warning for missing function prototype
Problem: Warning for missing function prototype. Solution: Add the proto. (Dominique Pelle, closes #5233)
1 parent d8a8c4c commit 0324f9e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/proto/popupwin.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ void popup_set_firstline(win_T *wp);
77
int popup_is_in_scrollbar(win_T *wp, int row, int col);
88
void popup_handle_scrollbar_click(win_T *wp, int row, int col);
99
int popup_top_extra(win_T *wp);
10+
int popup_left_extra(win_T *wp);
1011
int popup_height(win_T *wp);
1112
int popup_width(win_T *wp);
1213
int popup_extra_width(win_T *wp);

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
2311,
744746
/**/
745747
2310,
746748
/**/

0 commit comments

Comments
 (0)