Deleted Added
full compact
extern.h (54375) extern.h (60418)
1/*-
2 * Copyright (c) 1991, 1993
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.1 (Berkeley) 6/6/93
1/*-
2 * Copyright (c) 1991, 1993
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.1 (Berkeley) 6/6/93
34 * $FreeBSD: head/usr.sbin/mtree/extern.h 54375 1999-12-09 20:38:36Z joe $
34 * $FreeBSD: head/usr.sbin/mtree/extern.h 60418 2000-05-12 03:03:00Z wollman $
35 */
36
37int compare __P((char *, NODE *, FTSENT *));
38int crc __P((int, u_long *, u_long *));
39void cwalk __P((void));
40char *flags_to_string __P((u_long, char *));
41int string_to_flags __P((char **, u_long *, u_long *));
42
43char *inotype __P((u_int));
44u_int parsekey __P((char *, int *));
45char *rlink __P((char *));
46NODE *spec __P((void));
47int verify __P((void));
35 */
36
37int compare __P((char *, NODE *, FTSENT *));
38int crc __P((int, u_long *, u_long *));
39void cwalk __P((void));
40char *flags_to_string __P((u_long, char *));
41int string_to_flags __P((char **, u_long *, u_long *));
42
43char *inotype __P((u_int));
44u_int parsekey __P((char *, int *));
45char *rlink __P((char *));
46NODE *spec __P((void));
47int verify __P((void));
48
49int check_excludes __P((const char *, const char *));
50void init_excludes __P((void));
51void read_excludes_file __P((const char *));