INTER_MODULE_REGISTER
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
inter_module_register - register a new set of inter module data.
SYNOPSIS
"SYNOPSIS"
void inter_module_register (const char * im_name, struct module * owner, const void * userdata);
ARGUMENTS
- im_name
-
an arbitrary string to identify the data, must be unique
- owner
-
module that is registering the data, always use THIS_MODULE
- userdata
-
pointer to arbitrary userdata to be registered
DESCRIPTION
Check that the im_name has not already been registered,
complain if it has. For new data, add it to the inter_module_entry
list.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 13:31:33 GMT, October 06, 2005