From e38536441c2a32e2e490fc882e3009792953155f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 14 Sep 2006 19:36:57 +0000 Subject: updated for version 7.0-108 --- src/proto/os_amiga.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proto/os_amiga.pro') diff --git a/src/proto/os_amiga.pro b/src/proto/os_amiga.pro index 479297d93..4ac96aac8 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)); -- cgit v1.2.1