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