aboutsummaryrefslogtreecommitdiff
path: root/src/os/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/os.h')
-rw-r--r--src/os/os.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/os.h b/src/os/os.h
index 8d3caa849f..bc7496ed58 100644
--- a/src/os/os.h
+++ b/src/os/os.h
@@ -6,8 +6,8 @@
long_u mch_total_mem(int special);
int mch_chdir(char *path);
int mch_dirname(char_u *buf, int len);
-int mch_full_name (char_u *fname, char_u *buf, int len, int force);
-int mch_is_full_name (char_u *fname);
+int mch_get_absolute_path(char_u *fname, char_u *buf, int len, int force);
+int mch_is_absolute_path(char_u *fname);
int mch_isdir(char_u *name);
#endif