diff options
author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-12-06 06:18:46 +0000 |
---|---|---|
committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-12-06 06:18:46 +0000 |
commit | 9d822fe4b1c8b822ed90e6894b0f4490afda4f91 (patch) | |
tree | 311505e3a24315e4b316f021a08c46a041d3cb58 /lib/libarchive/archive_entry.h | |
parent | 485698c1705828ff3aaabf38fa9b089d0e061a3b (diff) |
Structure declarations can't be dllexported.
Notes
Notes:
svn path=/head/; revision=185676
Diffstat (limited to 'lib/libarchive/archive_entry.h')
-rw-r--r-- | lib/libarchive/archive_entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_entry.h b/lib/libarchive/archive_entry.h index 4e78dbe91870..93925a94bd50 100644 --- a/lib/libarchive/archive_entry.h +++ b/lib/libarchive/archive_entry.h @@ -441,7 +441,7 @@ __LA_DECL int archive_entry_xattr_next(struct archive_entry *, * Note that archive_entry_size() is reset to zero if the file * body should not be written to the archive. Pay attention! */ -__LA_DECL struct archive_entry_linkresolver; +struct archive_entry_linkresolver; /* * There are three different strategies for marking hardlinks. |