FreeBSD Manual Pages
cxSetArchiveLocal(3) The GNUpdate Project cxSetArchiveLocal(3) NAME cxSetArchiveLocal - Sets whether or not the archive is stored locally. SYNOPSIS #include <comprex.h> void cxSetArchiveLocal(CxArchive *archive, char isLocal); PARAMETERS archive The archive. isLocal 1 if the archive is stored locally; 0 otherwise. DESCRIPTION Sets whether or not the archive is stored locally. If the archive is located online, or within another archive, this should be 0. Otherwise, this should be 1. RETURNS Nothing. libcomprex 05 Mar 2003 cxSetArchiveLocal(3)
NAME | SYNOPSIS | PARAMETERS | DESCRIPTION | RETURNS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=cxSetArchiveLocal&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>