Deleted Added
full compact
extern.h (127958) extern.h (140097)
1/*-
2 * Copyright (c) 1992 Keith Muller.
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Keith Muller of the University of California, San Diego.
8 *

--- 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.2 (Berkeley) 4/18/94
1/*-
2 * Copyright (c) 1992 Keith Muller.
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Keith Muller of the University of California, San Diego.
8 *

--- 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.2 (Berkeley) 4/18/94
34 * $FreeBSD: head/bin/pax/extern.h 127958 2004-04-06 20:06:54Z markm $
34 * $FreeBSD: head/bin/pax/extern.h 140097 2005-01-12 03:25:55Z brian $
35 */
36
37/*
38 * External references from each source file
39 */
40
41#include <sys/cdefs.h>
42

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

150int set_crc(ARCHD *, int);
151
152/*
153 * ftree.c
154 */
155int ftree_start(void);
156int ftree_add(char *, int);
157void ftree_sel(ARCHD *);
35 */
36
37/*
38 * External references from each source file
39 */
40
41#include <sys/cdefs.h>
42

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

150int set_crc(ARCHD *, int);
151
152/*
153 * ftree.c
154 */
155int ftree_start(void);
156int ftree_add(char *, int);
157void ftree_sel(ARCHD *);
158void ftree_notsel(void);
158void ftree_chk(void);
159int next_file(ARCHD *);
160
161/*
162 * gen_subs.c
163 */
164void ls_list(ARCHD *, time_t, FILE *);
165void ls_tty(ARCHD *);

--- 129 unchanged lines hidden ---
159void ftree_chk(void);
160int next_file(ARCHD *);
161
162/*
163 * gen_subs.c
164 */
165void ls_list(ARCHD *, time_t, FILE *);
166void ls_tty(ARCHD *);

--- 129 unchanged lines hidden ---