diff options
Diffstat (limited to 'src/misc1.h')
-rw-r--r-- | src/misc1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc1.h b/src/misc1.h index b037b64bc7..b2543f6f77 100644 --- a/src/misc1.h +++ b/src/misc1.h @@ -67,7 +67,6 @@ void prepare_to_exit(void); void preserve_exit(void); void line_breakcheck(void); void fast_breakcheck(void); -int match_suffix(char_u *fname); char_u *get_cmd_output(char_u *cmd, char_u *infile, int flags); void FreeWild(int count, char_u **files); int goto_im(void); |