Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-30 | Cleanup: try to split sqfs2tar.c in a reasonable way | David Oberhollenzer | |
This comit breaks sqfs2tar into multiple files: - options.c contains the command line argument processing - write_tree.c contains the code for generating the actual tar archive - sqfs2tar.c contains what is left - A header is added for glueing it all together. No actual code is changed. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |