Deleted Added
full compact
extern.h (80291) extern.h (91400)
1/*-
2 * Copyright (c) 1991, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)extern.h 8.3 (Berkeley) 4/16/94
1/*-
2 * Copyright (c) 1991, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)extern.h 8.3 (Berkeley) 4/16/94
34 * $FreeBSD: head/usr.bin/find/extern.h 80291 2001-07-24 14:12:05Z obrien $
34 * $FreeBSD: head/usr.bin/find/extern.h 91400 2002-02-27 17:57:00Z dwmalone $
35 */
36
37#include <sys/cdefs.h>
38
39void brace_subst __P((char *, char **, char *, int));
40PLAN *find_create __P((char ***));
41int find_execute __P((PLAN *, char **));
42PLAN *find_formplan __P((char **));
43PLAN *not_squish __P((PLAN *));
44PLAN *or_squish __P((PLAN *));
45PLAN *paren_squish __P((PLAN *));
46struct stat;
47void printlong __P((char *, char *, struct stat *));
48int queryuser __P((char **));
35 */
36
37#include <sys/cdefs.h>
38
39void brace_subst __P((char *, char **, char *, int));
40PLAN *find_create __P((char ***));
41int find_execute __P((PLAN *, char **));
42PLAN *find_formplan __P((char **));
43PLAN *not_squish __P((PLAN *));
44PLAN *or_squish __P((PLAN *));
45PLAN *paren_squish __P((PLAN *));
46struct stat;
47void printlong __P((char *, char *, struct stat *));
48int queryuser __P((char **));
49OPTION *option __P((char *));
49OPTION *lookup_option __P((const char *));
50
51creat_f c_Xmin;
52creat_f c_Xtime;
53creat_f c_and;
54creat_f c_delete;
55creat_f c_depth;
56creat_f c_empty;
57creat_f c_exec;

--- 57 unchanged lines hidden ---
50
51creat_f c_Xmin;
52creat_f c_Xtime;
53creat_f c_and;
54creat_f c_delete;
55creat_f c_depth;
56creat_f c_empty;
57creat_f c_exec;

--- 57 unchanged lines hidden ---