summaryrefslogtreecommitdiff
path: root/src/pathspec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathspec.h')
-rw-r--r--src/pathspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathspec.h b/src/pathspec.h
index c44561520..43a94baad 100644
--- a/src/pathspec.h
+++ b/src/pathspec.h
@@ -16,7 +16,7 @@
extern char *git_pathspec_prefix(const git_strarray *pathspec);
/* is there anything in the spec that needs to be filtered on */
-extern bool git_pathspec_is_interesting(const git_strarray *pathspec);
+extern bool git_pathspec_is_empty(const git_strarray *pathspec);
/* build a vector of fnmatch patterns to evaluate efficiently */
extern int git_pathspec_init(