mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Structure declarations can't be dllexported.
This commit is contained in:
parent
485698c170
commit
9d822fe4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue