cxCloseArchive(3) The GNUpdate Project cxCloseArchive(3)NAME
cxCloseArchive - Closes an archive.SYNOPSIS
#include <comprex.h> void cxCloseArchive(CxArchive *archive);PARAMETERS
archive The archive structure.DESCRIPTION
Closes an archive. If changes were made to this archive, they will not be saved. To save them, use cxSaveArchive().RETURNS
Nothing. libcomprex 05 Mar 2003 cxCloseArchive(3)