aboutsummaryrefslogtreecommitdiff
path: root/src/path.h
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-27 18:53:20 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-29 13:29:53 -0300
commit44e40b02cf53c95ab248b98df44ec3dd836bb4b5 (patch)
tree310e8a4957d70a1ba841e82cdb33d374c75028d6 /src/path.h
parentf5154d7451c09b39ea6944795c59f86aaad393e0 (diff)
downloadrneovim-44e40b02cf53c95ab248b98df44ec3dd836bb4b5.tar.gz
rneovim-44e40b02cf53c95ab248b98df44ec3dd836bb4b5.tar.bz2
rneovim-44e40b02cf53c95ab248b98df44ec3dd836bb4b5.zip
Move remove_duplicates to garray.c
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/path.h b/src/path.h
index fc6166d258..cf46b0f02f 100644
--- a/src/path.h
+++ b/src/path.h
@@ -10,7 +10,6 @@ int vim_fnamencmp(char_u *x, char_u *y, size_t len);
char_u *concat_fnames(char_u *fname1, char_u *fname2, int sep);
int unix_expandpath(garray_T *gap, char_u *path, int wildoff, int flags,
int didstar);
-void remove_duplicates(garray_T *gap);
int gen_expand_wildcards(int num_pat, char_u **pat, int *num_file,
char_u ***file,
int flags);