summaryrefslogtreecommitdiff
path: root/source/fitz/directory.c
AgeCommit message (Collapse)Author
2016-09-08Make fz_archive a generic archive type.Sebastian Rasmussen
Previously it was inherently tied to zip archives and directories. Now these are separated out into distinct subclasses. This prepares for support for further archive formats.