From 159b3212705f0f98c79a5565c0f9eff07234c1c7 Mon Sep 17 00:00:00 2001 From: Nanako Shiraishi Date: Thu, 2 Oct 2008 19:14:23 +0900 Subject: dir.c: make dir_add_name() and dir_add_ignored() static These functions are not used by any other file. Signed-off-by: Nanako Shiraishi Signed-off-by: Shawn O. Pearce --- dir.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dir.h') diff --git a/dir.h b/dir.h index 278ee42295..768425af0e 100644 --- a/dir.h +++ b/dir.h @@ -73,7 +73,6 @@ extern void add_excludes_from_file(struct dir_struct *, const char *fname); extern void add_exclude(const char *string, const char *base, int baselen, struct exclude_list *which); extern int file_exists(const char *); -extern struct dir_entry *dir_add_name(struct dir_struct *dir, const char *pathname, int len); extern char *get_relative_cwd(char *buffer, int size, const char *dir); extern int is_inside_dir(const char *dir); -- cgit v1.3