www.LinuxHowtos.org





ZIP_GET_FILE_COMMENT

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

zip_get_file_comment - get comment for file in zip (obsolete interface)  

LIBRARY

libzip -lzip)  

SYNOPSIS

In zip.h Ft const char * Fn zip_get_file_comment zip_t *archive zip_uint64_t index int *lenp int flags  

DESCRIPTION

The Fn zip_get_file_comment function is the obsolete version of zip_file_get_comment3. The only differences are the types of the lenp and flags arguments.  

SEE ALSO

libzip(3), zip_file_get_comment3  

HISTORY

Fn zip_get_file_comment was added in libzip 0.7. In libzip 0.10 the type of index was changed from Vt int to Vt zip_uint64_t . It was deprecated in libzip 0.11, use Fn zip_file_get_comment instead.  

AUTHORS

An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
SEE ALSO
HISTORY
AUTHORS