diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-06-05 22:26:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-05 22:26:12 -0700 |
commit | 0d316f0ceff1c416c25327f40bc5fbdded98a01a (patch) | |
tree | 541e06b3a63718bf76898ef296336ace85543539 /dir.h | |
parent | 589570dbe7d291e73defea367babb5400a87e9f0 (diff) | |
download | git-0d316f0ceff1c416c25327f40bc5fbdded98a01a.tar.gz |
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 <gitster@pobox.com>
Diffstat (limited to 'dir.h')
-rw-r--r-- | dir.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); /* |