DragonFly On-Line Manual Pages

Search: Section:  


cxRegisterModule(3)          The GNUpdate Project          cxRegisterModule(3)

NAME

cxRegisterModule - Registers a module.

SYNOPSIS

#include <comprex.h> CxModule *cxRegisterModule(const char *name, void *ops, CxModuleType type);

PARAMETERS

name The name of the module. ops The operations structure. type The type of module.

DESCRIPTION

Registers a module.

RETURNS

Nothing. libcomprex 05 Mar 2003 cxRegisterModule(3)

Search: Section: