Deleted Added
full compact
extern.h (128073) extern.h (128175)
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 128073 2004-04-09 19:58:40Z markm $
30 * $FreeBSD: head/sbin/restore/extern.h 128175 2004-04-13 02:58:06Z green $
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);
38void checkrestore(void);

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

82void renameit(char *, char *);
83int reply(char *);
84RST_DIR *rst_opendir(const char *);
85struct direct *rst_readdir(RST_DIR *);
86void rst_closedir(RST_DIR *dirp);
87void runcmdshell(void);
88char *savename(char *);
89void setdirmodes(int);
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);
38void checkrestore(void);

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

82void renameit(char *, char *);
83int reply(char *);
84RST_DIR *rst_opendir(const char *);
85struct direct *rst_readdir(RST_DIR *);
86void rst_closedir(RST_DIR *dirp);
87void runcmdshell(void);
88char *savename(char *);
89void setdirmodes(int);
90void setinput(char *);
90void setinput(char *, int);
91void setup(void);
92void skipdirs(void);
93void skipfile(void);
94void skipmaps(void);
95void swabst(u_char *, u_char *);
96void treescan(char *, ino_t, long (*)(char *, ino_t, int));
97ino_t upperbnd(ino_t);
98long verifyfile(char *, ino_t, int);
99void xtrnull(char *, long);
100
101/* From ../dump/dumprmt.c */
102void rmtclose(void);
103int rmthost(char *);
104int rmtioctl(int, int);
105int rmtopen(char *, int);
106int rmtread(char *, int);
107int rmtseek(int, int);
91void setup(void);
92void skipdirs(void);
93void skipfile(void);
94void skipmaps(void);
95void swabst(u_char *, u_char *);
96void treescan(char *, ino_t, long (*)(char *, ino_t, int));
97ino_t upperbnd(ino_t);
98long verifyfile(char *, ino_t, int);
99void xtrnull(char *, long);
100
101/* From ../dump/dumprmt.c */
102void rmtclose(void);
103int rmthost(char *);
104int rmtioctl(int, int);
105int rmtopen(char *, int);
106int rmtread(char *, int);
107int rmtseek(int, int);