From 0d47b4be5206f1cff9c72476b6d00b543af94b57 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 12 Jan 2000 06:37:30 +0000 Subject: Sync to the slightly more general version of GNU tar. --- lib/exclude.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/exclude.h') 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)); -- cgit v1.2.3-54-g00ecf