aboutsummaryrefslogtreecommitdiff
path: root/src/file_search.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/file_search.h')
-rw-r--r--src/file_search.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/file_search.h b/src/file_search.h
index 32ec4f5a62..13c09a122d 100644
--- a/src/file_search.h
+++ b/src/file_search.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_FIND_FILE_H
-#define NEOVIM_FIND_FILE_H
+#ifndef NEOVIM_FILE_SEARCH_H
+#define NEOVIM_FILE_SEARCH_H
void *vim_findfile_init(char_u *path, char_u *filename, char_u *
stopdirs, int level, int free_visited,
@@ -20,4 +20,4 @@ char_u *find_file_in_path_option(char_u *ptr, int len, int options,
int find_what, char_u *rel_fname,
char_u *suffixes);
-#endif /* NEOVIM_FIND_FILE_H */
+#endif /* NEOVIM_FILE_SEARCH_H */