aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive_api.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-30archive: replaced setup_stream() with open_stream()Max Kellermann1-4/+5
The open_stream() method opens the input_stream. This allows the archive plugin to do its own initialization, and it also allows it to use input_stream.data. We can remove input_stream.archive now, which was unnatural to have in the first place.
2008-12-16new archive api, input_archive streamViliam Mateicka1-0/+94