ftwin 0.8.10
|
Archive handling functions for extracting files from archives. More...
#include "ft_archive.h"
#include <sys/stat.h>
#include <unistd.h>
#include <apr_file_io.h>
#include <apr_strings.h>
#include "config.h"
#include "debug.h"
#include <archive.h>
#include <archive_entry.h>
Go to the source code of this file.
Variables | |
static const size_t | ARCHIVE_BLOCK_SIZE = 10240 |
The block size for archive operations. | |
Archive handling functions for extracting files from archives.
Definition in file ft_archive.c.
|
static |
The block size for archive operations.
This constant defines the block size (in bytes) used for reading from and writing to archives.
Definition at line 42 of file ft_archive.c.