summaryrefslogtreecommitdiff
path: root/lib/exclude.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exclude.h')
-rw-r--r--lib/exclude.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exclude.h b/lib/exclude.h
index fa5b120875..a2094cf6e8 100644
--- a/lib/exclude.h
+++ b/lib/exclude.h
@@ -45,7 +45,7 @@ struct exclude *new_exclude (void);
void free_exclude (struct exclude *);
void add_exclude (struct exclude *, char const *, int);
int add_exclude_file (void (*) (struct exclude *, char const *, int),
- struct exclude *, char const *, int, char);
+ struct exclude *, char const *, int, char);
bool excluded_file_name (struct exclude const *, char const *);
bool exclude_fnmatch (char const *pattern, char const *f, int options);