|
NAMEcxCloseArchive - Closes an archive.SYNOPSIS#include <comprex.h>void cxCloseArchive(CxArchive *archive); PARAMETERS
DESCRIPTIONCloses an archive.If changes were made to this archive, they will not be saved. To save them, use cxSaveArchive(). RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |