aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-16archive_plugin: use GError in the open() methodMax Kellermann1-2/+7
2009-12-16archive_plugin: wrap method callsMax Kellermann1-0/+87
Make archive_file a "real" struct, extended by all plugins. Add the plugin pointer to it. Wrap all method calls in functions.