DragonFly On-Line Manual Pages
cxIsArchiveLocal(3) The GNUpdate Project cxIsArchiveLocal(3)
NAME
cxIsArchiveLocal - Returns whether or not the archive is stored
locally.
SYNOPSIS
#include <comprex.h>
char cxIsArchiveLocal(CxArchive *archive);
PARAMETERS
archive
The archive.
DESCRIPTION
Returns whether or not the archive is stored locally.
If the archive is located online, or within another archive, this will
be 0. Otherwise, this will be 1.
RETURNS
Nothing.
libcomprex 05 Mar 2003 cxIsArchiveLocal(3)