inter_module_register
Name
inter_module_register -- register a new set of inter module data.
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.