summaryrefslogtreecommitdiffstats
path: root/src/proto/os_amiga.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-09-14 19:36:57 +0000
committerBram Moolenaar <Bram@vim.org>2006-09-14 19:36:57 +0000
commite38536441c2a32e2e490fc882e3009792953155f (patch)
tree3e3880fa5305dd7d18515aee0acf45e79969b662 /src/proto/os_amiga.pro
parentbc1a7c32e3926861ce926bcebc577a1cda1a43e1 (diff)
updated for version 7.0-108v7.0.108
Diffstat (limited to 'src/proto/os_amiga.pro')
-rw-r--r--src/proto/os_amiga.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/os_amiga.pro b/src/proto/os_amiga.pro
index 479297d936..4ac96aac8a 100644
--- a/src/proto/os_amiga.pro
+++ b/src/proto/os_amiga.pro
@@ -25,7 +25,7 @@ extern long mch_getperm __ARGS((char_u *name));
extern int mch_setperm __ARGS((char_u *name, long perm));
extern void mch_hide __ARGS((char_u *name));
extern int mch_isdir __ARGS((char_u *name));
-extern void mch_mkdir __ARGS((char_u *name));
+extern int mch_mkdir __ARGS((char_u *name));
extern int mch_can_exe __ARGS((char_u *name));
extern int mch_nodetype __ARGS((char_u *name));
extern void mch_early_init __ARGS((void));