Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
cxOpenArchiveFromHandle(3)   The GNUpdate Project   cxOpenArchiveFromHandle(3)

NAME
       cxOpenArchiveFromHandle - Opens an archive from an existing file	handle
       (CxFile structure).

SYNOPSIS
       #include	<comprex.h>

       CxArchive *cxOpenArchiveFromHandle(CxFile *file,	CxAccessMode mode);

PARAMETERS
       file   The file handle.

       mode   The access mode.

DESCRIPTION
       Opens an	archive	from an	existing file handle (CxFile structure).

RETURNS
       Nothing.

libcomprex			  05 Mar 2003	    cxOpenArchiveFromHandle(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cxOpenArchiveFromHandle&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help