Skip to content

Conversation

@JiaT75
Copy link
Contributor

@JiaT75 JiaT75 commented Oct 7, 2021

There were previously undocumented functions that were being exported from archive_read_disk.

Added documentation for:

  • archive_read_disk_open
  • archive_read_disk_open_w
  • archive_read_disk_descend
  • archive_read_disk_can_descend
  • archive_read_disk_current_filesystem
  • archive_read_disk_current_filesystem_is_synthetic
  • archive_read_disk_current_filesystem_is_remote
  • archive_read_disk_set_matching
  • archive_read_disk_set_metadata_filter_callback

Closes #1496

.It Fn archive_read_disk_set_matching
Allows the caller to set
.Tn struct archive
_*ma to compare each entry during
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo at the beginning of the sencence: _*ma -> *_ma

"archive_read_disk_descend");

if (t->visit_type != TREE_REGULAR || !t->descend)
if (!archive_read_disk_descend(_a))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this should be archive_read_disk_can_descend as well. Please submit the code changes in an individual pr (separate PR for manual page changes and separate for code changes)

@mmatuska mmatuska merged commit ac8a548 into libarchive:master Nov 16, 2021
@emaste emaste mentioned this pull request Mar 30, 2024
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

undocumented functions in mimitar

2 participants