Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
b009970a
Commit
b009970a
authored
Dec 16, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
archive/bz2: renamed archive sources and plugin variables
parent
bd97586c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile.am
Makefile.am
+1
-1
bz2_archive_plugin.c
src/archive/bz2_archive_plugin.c
+1
-1
archive_list.c
src/archive_list.c
+2
-2
No files found.
Makefile.am
View file @
b009970a
...
...
@@ -351,7 +351,7 @@ ARCHIVE_LIBS = \
ARCHIVE_SRC
=
if
HAVE_BZ2
ARCHIVE_SRC
+=
src/archive/bz2_plugin.c
ARCHIVE_SRC
+=
src/archive/bz2_
archive_
plugin.c
endif
if
HAVE_ZZIP
...
...
src/archive/bz2_plugin.c
→
src/archive/bz2_
archive_
plugin.c
View file @
b009970a
...
...
@@ -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
,
...
...
src/archive_list.c
View file @
b009970a
...
...
@@ -25,13 +25,13 @@
#include <string.h>
#include <glib.h>
extern
const
struct
archive_plugin
bz2_plugin
;
extern
const
struct
archive_plugin
bz2_
archive_
plugin
;
extern
const
struct
archive_plugin
zzip_archive_plugin
;
extern
const
struct
archive_plugin
iso9660_archive_plugin
;
static
const
struct
archive_plugin
*
const
archive_plugins
[]
=
{
#ifdef HAVE_BZ2
&
bz2_plugin
,
&
bz2_
archive_
plugin
,
#endif
#ifdef HAVE_ZZIP
&
zzip_archive_plugin
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment