pxar: cleanup: move filesystem related magic numbers to tools/fs/magic.rs

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner
2019-08-02 15:19:32 +02:00
committed by Dietmar Maurer
parent b335f5b713
commit 91451c4355
4 changed files with 44 additions and 31 deletions

View File

@ -259,3 +259,5 @@ impl Default for FSXAttr {
}
}
}
pub (crate) mod magic;