|
NAMEcxSetCloseFunc - Sets the close function for this file pointer.SYNOPSIS#include <comprex.h>void cxSetCloseFunc(CxFP *fp, void(*)( CxFP *) fnc); PARAMETERS
DESCRIPTIONSets the close function for this file pointer.This should destroy the module-specific content associated with this file pointer in the moduleData variable. This function must be in the following format: The name of the function can be changed, of course. RETURNSNothing.
Visit the GSP FreeBSD Man Page Interface. |