Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"
Go to the source code of this file.
Functions | |
ZIP_EXTERN zip_int64_t | zip_file_add (zip_t *za, const char *name, zip_source_t *source, zip_flags_t flags) |
ZIP_EXTERN zip_int64_t zip_file_add | ( | zip_t * | za, |
const char * | name, | ||
zip_source_t * | source, | ||
zip_flags_t | flags | ||
) |
Definition at line 45 of file zip_file_add.c.
References _zip_file_replace(), zip::error, flags, NULL, source, za, ZIP_ER_INVAL, zip_error_set(), and ZIP_UINT64_MAX.