Deleted Added
full compact
extern.h (167011) extern.h (203155)
1/*-
2 * Copyright (c) 1992, 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

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

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)extern.h 8.2 (Berkeley) 1/7/94
1/*-
2 * Copyright (c) 1992, 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

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

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)extern.h 8.2 (Berkeley) 1/7/94
30 * $FreeBSD: head/sbin/restore/extern.h 167011 2007-02-26 08:15:56Z mckusick $
30 * $FreeBSD: head/sbin/restore/extern.h 203155 2010-01-29 10:00:42Z jh $
31 */
32
33struct entry *addentry(char *, ino_t, int);
34long addfile(char *, ino_t, int);
35int addwhiteout(char *);
36void badentry(struct entry *, char *);
31 */
32
33struct entry *addentry(char *, ino_t, int);
34long addfile(char *, ino_t, int);
35int addwhiteout(char *);
36void badentry(struct entry *, char *);
37void canon(char *, char *, int);
37void canon(char *, char *, size_t);
38void checkrestore(void);
39void closemt(void);
40void createfiles(void);
41void createleaves(char *);
42void createlinks(void);
43long deletefile(char *, ino_t, int);
44void deleteino(ino_t);
45void delwhiteout(struct entry *);

--- 64 unchanged lines hidden ---
38void checkrestore(void);
39void closemt(void);
40void createfiles(void);
41void createleaves(char *);
42void createlinks(void);
43long deletefile(char *, ino_t, int);
44void deleteino(ino_t);
45void delwhiteout(struct entry *);

--- 64 unchanged lines hidden ---