archive/bz2: renamed archive sources and plugin variables

This commit is contained in:
Max Kellermann
2009-12-16 16:04:16 +01:00
parent bd97586cc4
commit b009970af7
3 changed files with 4 additions and 4 deletions

View File

@@ -267,7 +267,7 @@ static const struct input_plugin bz2_inputplugin = {
.eof = bz2_is_eof,
};
const struct archive_plugin bz2_plugin = {
const struct archive_plugin bz2_archive_plugin = {
.name = "bz2",
.open = bz2_open,
.scan_reset = bz2_scan_reset,