aboutsummaryrefslogtreecommitdiff
path: root/src/misc1.h
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-31 16:42:14 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-01 08:08:08 -0300
commit7ec4d478eb619e298cb0715d9ffb068d077df098 (patch)
treefc3e7edbc6b26407332d06c51b6aa3da17fc7460 /src/misc1.h
parent35e737e63c5c57a0ec0b52f86a81cbf94fd32bcd (diff)
downloadrneovim-7ec4d478eb619e298cb0715d9ffb068d077df098.tar.gz
rneovim-7ec4d478eb619e298cb0715d9ffb068d077df098.tar.bz2
rneovim-7ec4d478eb619e298cb0715d9ffb068d077df098.zip
Move match_suffix from misc1.c
Diffstat (limited to 'src/misc1.h')
-rw-r--r--src/misc1.h1
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);