docs: Remove section about unsupported entry types in API.md

There are no unsupported types anymore.
This commit is contained in:
apio 2023-02-04 19:37:15 +01:00
parent 53aa377bbb
commit 9c43461e02
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -123,8 +123,6 @@ This enum lists all supported file types:
`MTAR_CHRDEV`: Character devices `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 ### minitar_write_mode
`enum minitar_write_mode` `enum minitar_write_mode`