Deleted Added
full compact
archive_read_disk_private.h (316338) archive_read_disk_private.h (358090)
1/*-
2 * Copyright (c) 2003-2009 Tim Kientzle
3 * 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

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

18 * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 2003-2009 Tim Kientzle
3 * 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

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

18 * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * $FreeBSD: stable/10/contrib/libarchive/libarchive/archive_read_disk_private.h 316338 2017-03-31 20:17:30Z mm $
26 * $FreeBSD: stable/10/contrib/libarchive/libarchive/archive_read_disk_private.h 358090 2020-02-19 01:51:44Z mm $
27 */
28
27 */
28
29#ifndef ARCHIVE_READ_DISK_PRIVATE_H_INCLUDED
30#define ARCHIVE_READ_DISK_PRIVATE_H_INCLUDED
31
29#ifndef __LIBARCHIVE_BUILD
30#error This header is only to be used internally to libarchive.
31#endif
32
32#ifndef __LIBARCHIVE_BUILD
33#error This header is only to be used internally to libarchive.
34#endif
35
33#ifndef ARCHIVE_READ_DISK_PRIVATE_H_INCLUDED
34#define ARCHIVE_READ_DISK_PRIVATE_H_INCLUDED
35
36#include "archive_platform_acl.h"
37
38struct tree;
39struct archive_entry;
40
41struct archive_read_disk {
42 struct archive archive;
43

--- 55 unchanged lines hidden ---
36#include "archive_platform_acl.h"
37
38struct tree;
39struct archive_entry;
40
41struct archive_read_disk {
42 struct archive archive;
43

--- 55 unchanged lines hidden ---