From 9c43461e02dee810a2b951b427f9594cc90c6675 Mon Sep 17 00:00:00 2001 From: apio Date: Sat, 4 Feb 2023 19:37:15 +0100 Subject: [PATCH] docs: Remove section about unsupported entry types in API.md There are no unsupported types anymore. --- docs/API.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/API.md b/docs/API.md index dd500d1..cd5e5a6 100644 --- a/docs/API.md +++ b/docs/API.md @@ -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`