cxLoadModule(3) The GNUpdate Project cxLoadModule(3)NAME
cxLoadModule - Loads the module of the specified name and type.SYNOPSIS
#include <comprex.h> CxModule *cxLoadModule(const char *name, CxModuleType type);PARAMETERS
name The name of the module (without ".so") type The type of module.DESCRIPTION
Loads the module of the specified name and type.RETURNS
Nothing. libcomprex 05 Mar 2003 cxLoadModule(3)