octylFractal
09/21/2020, 1:58 AMarchive_read_next_header(struct archive *, struct archive_entry **);
from libarchive, but it requires a double-pointer to archive_entry
. archive_entry
isn't generated for me to reference, it's only listed as cnames.structs.archive_entry
, but I can't import even that. Am I missing something, or is adding an empty struct declaration to the libarchive.def
the correct move here?