summaryrefslogtreecommitdiff
path: root/src/proto/popupmenu.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-08 09:20:24 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-08 09:20:24 +0000
commit8b6144bdfe9efccab5045ebef9f3d5dcf5ee9d00 (patch)
tree51d8d6df519d53d4124f3155bb2c3bcbca450226 /src/proto/popupmenu.pro
parent9f2c6e1deb931db29f9d3d6e1113cd1ccc835d21 (diff)
downloadvim-git-8b6144bdfe9efccab5045ebef9f3d5dcf5ee9d00.tar.gz
updated for version 7.0194v7.0194
Diffstat (limited to 'src/proto/popupmenu.pro')
-rw-r--r--src/proto/popupmenu.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/popupmenu.pro b/src/proto/popupmenu.pro
index 119d0395f..05f9eabb3 100644
--- a/src/proto/popupmenu.pro
+++ b/src/proto/popupmenu.pro
@@ -1,5 +1,5 @@
/* popupmenu.c */
-void pum_display __ARGS((char_u **array, int size, int selected, int row, int height, int col));
+void pum_display __ARGS((pumitem_T *array, int size, int selected, int row, int height, int col));
void pum_redraw __ARGS((void));
void pum_set_selected __ARGS((int n));
void pum_undisplay __ARGS((void));