summaryrefslogtreecommitdiffstats
path: root/src/proto/popupmnu.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-24 22:21:52 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-24 22:21:52 +0000
commitc01140a1a069caf3ced83eac7d4866048c4b723e (patch)
tree0620c08894dcaf985d74e3cb76c682aecd7fb8ae /src/proto/popupmnu.pro
parentdb552d60ec4613d5537d3ebdcc4130f1591c0589 (diff)
updated for version 7.0b
Diffstat (limited to 'src/proto/popupmnu.pro')
-rw-r--r--src/proto/popupmnu.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/proto/popupmnu.pro b/src/proto/popupmnu.pro
new file mode 100644
index 0000000000..5427dad837
--- /dev/null
+++ b/src/proto/popupmnu.pro
@@ -0,0 +1,8 @@
+/* popupmnu.c */
+extern void pum_display __ARGS((pumitem_T *array, int size, int selected));
+extern void pum_redraw __ARGS((void));
+extern void pum_undisplay __ARGS((void));
+extern void pum_clear __ARGS((void));
+extern int pum_visible __ARGS((void));
+extern int pum_get_height __ARGS((void));
+/* vim: set ft=c : */