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 791981688e..a5ef378bcd 100644
--- a/src/misc2.h
+++ b/src/misc2.h
@@ -66,7 +66,6 @@ int same_directory(char_u *f1, char_u *f2);
int vim_chdirfile(char_u *fname);
int illegal_slash(char *name);
int vim_chdir(char_u *new_dir);
-int get_user_name(char_u *buf, int len);
void sort_strings(char_u **files, int count);
int pathcmp(const char *p, const char *q, int maxlen);
int filewritable(char_u *fname);