Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | archive_plugin: use GError in the open() method | Max Kellermann | 2009-12-16 | 1 | -2/+7 |
| | |||||
* | archive_plugin: wrap method calls | Max Kellermann | 2009-12-16 | 1 | -0/+87 |
Make archive_file a "real" struct, extended by all plugins. Add the plugin pointer to it. Wrap all method calls in functions. |