archive.c: make archiver static
This variable is not used anywhere outside. Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
c5ae6439d4
commit
120a385afb
@ -15,7 +15,7 @@ static char const * const archive_usage[] = {
|
|||||||
|
|
||||||
#define USES_ZLIB_COMPRESSION 1
|
#define USES_ZLIB_COMPRESSION 1
|
||||||
|
|
||||||
const struct archiver {
|
static const struct archiver {
|
||||||
const char *name;
|
const char *name;
|
||||||
write_archive_fn_t write_archive;
|
write_archive_fn_t write_archive;
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
|
Loading…
Reference in New Issue
Block a user