|
NAMEcxUnlinkModule - Notifies libcomprex that the module is no longer being used.SYNOPSIS#include <comprex.h>void cxUnlinkModule(CxModule **ptr); PARAMETERS
DESCRIPTIONNotifies libcomprex that the module is no longer being used.This is used to decrement the module's reference count. RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |