You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "archive_platform.h"
|
|
#include "archive.h"
|
|
|
|
/*
|
|
* Set output format to the default 'cpio' format.
|
|
*/
|
|
int
|
|
archive_write_set_format_cpio(struct archive *_a)
|
|
{
|
|
return archive_write_set_format_cpio_odc(_a);
|
|
}
|