#include "cifparse.h"
int ndb_cif_compress_file(CifHandle *cf,
CifHandle *ddl);
ndb_cif_compress_file compresses all datablocks in the CifHandle data structure, specified by cf.
cf | pointer to the CifHandle data structure |
ddl | pointer to the CifHandle data structure where is the ddl/dictionary saved |
None
Function does provide new value to the cf.
See also: | ndb_cif_compress_datablock |
---|---|
ndb_cif_compress_category |