docs: Remove section about unsupported entry types in API.md
There are no unsupported types anymore.
This commit is contained in:
parent
53aa377bbb
commit
9c43461e02
@ -123,8 +123,6 @@ This enum lists all supported file types:
|
||||
|
||||
`MTAR_CHRDEV`: Character devices
|
||||
|
||||
Other file types supported in tar archives, such as block/character devices or FIFOs, are not supported and minitar will throw an error when encountering one of them. This behavior can be controlled by passing `-DMINITAR_IGNORE_UNSUPPORTED_TYPES=ON` to CMake when configuring, which will make minitar silently ignore such entries instead of panicking.
|
||||
|
||||
### minitar_write_mode
|
||||
`enum minitar_write_mode`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user