Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"
Go to the source code of this file.
Macros | |
#define | _ZIP_COMPILING_DEPRECATED |
Functions | |
ZIP_EXTERN int | zip_set_file_comment (zip_t *za, zip_uint64_t idx, const char *comment, int len) |
#define _ZIP_COMPILING_DEPRECATED |
Definition at line 35 of file zip_set_file_comment.c.
ZIP_EXTERN int zip_set_file_comment | ( | zip_t * | za, |
zip_uint64_t | idx, | ||
const char * | comment, | ||
int | len | ||
) |
Definition at line 40 of file zip_set_file_comment.c.
References zip::error, setup::idx, len, za, ZIP_ER_INVAL, zip_error_set(), zip_file_set_comment(), and ZIP_UINT16_MAX.