summaryrefslogtreecommitdiff
path: root/lib/exclude.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-12 06:37:30 +0000
committerJim Meyering <jim@meyering.net>2000-01-12 06:37:30 +0000
commit0d47b4be5206f1cff9c72476b6d00b543af94b57 (patch)
tree80267b87ae0da8cc324034527318f72450742873 /lib/exclude.h
parent59457bee16baffa3904dfa14deb74c2dcf11c526 (diff)
downloadcoreutils-0d47b4be5206f1cff9c72476b6d00b543af94b57.tar.xz
Sync to the slightly more general version of GNU tar.
Diffstat (limited to 'lib/exclude.h')
-rw-r--r--lib/exclude.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/exclude.h b/lib/exclude.h
index e783f2424..8a48a00ec 100644
--- a/lib/exclude.h
+++ b/lib/exclude.h
@@ -1,5 +1,5 @@
/* exclude.h -- declarations for excluding file names
- Copyright 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1994, 1997, 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -30,5 +30,6 @@ struct exclude;
struct exclude *new_exclude PARAMS ((void));
void add_exclude PARAMS ((struct exclude *, char const *));
-int add_exclude_file PARAMS ((struct exclude *, char const *, char));
-int excluded_filename PARAMS ((struct exclude const *, char const *));
+int add_exclude_file PARAMS ((void (*) (struct exclude *, char const *),
+ struct exclude *, char const *, char));
+int excluded_filename PARAMS ((struct exclude const *, char const *, int));