summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_xmdlg.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/gui_xmdlg.pro
parentdb552d60ec4613d5537d3ebdcc4130f1591c0589 (diff)
updated for version 7.0b
Diffstat (limited to 'src/proto/gui_xmdlg.pro')
-rw-r--r--src/proto/gui_xmdlg.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/gui_xmdlg.pro b/src/proto/gui_xmdlg.pro
index 4f88c2ff17..dc6655a15b 100644
--- a/src/proto/gui_xmdlg.pro
+++ b/src/proto/gui_xmdlg.pro
@@ -1,3 +1,3 @@
/* gui_xmdlg.c */
-char_u *gui_xm_select_font __ARGS((char_u *current));
+extern char_u *gui_xm_select_font __ARGS((char_u *current));
/* vim: set ft=c : */