aboutsummaryrefslogtreecommitdiff
path: root/src/misc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc2.h')
-rw-r--r--src/misc2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc2.h b/src/misc2.h
index 44c0a8be0f..66971c4d4f 100644
--- a/src/misc2.h
+++ b/src/misc2.h
@@ -72,7 +72,6 @@ int vim_chdirfile(char_u *fname);
int illegal_slash(char *name);
int vim_chdir(char_u *new_dir);
void sort_strings(char_u **files, int count);
-int pathcmp(const char *p, const char *q, int maxlen);
int filewritable(char_u *fname);
int emsg3(char_u *s, char_u *a1, char_u *a2);
int emsgn(char_u *s, long n);