From 0d316f0ceff1c416c25327f40bc5fbdded98a01a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 5 Jun 2012 22:26:12 -0700 Subject: dir.c: make excluded() file scope static Now there no longer is external callers of this interface, so we can make it static. Signed-off-by: Junio C Hamano --- dir.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dir.h') diff --git a/dir.h b/dir.h index 36a82b3bd1..1a88a7564d 100644 --- a/dir.h +++ b/dir.h @@ -78,7 +78,6 @@ extern int read_directory(struct dir_struct *, const char *path, int len, const extern int excluded_from_list(const char *pathname, int pathlen, const char *basename, int *dtype, struct exclude_list *el); -extern int excluded(struct dir_struct *, const char *, int *); struct dir_entry *dir_add_ignored(struct dir_struct *dir, const char *pathname, int len); /* -- cgit v1.2.3