
NAME
inter_module_unregister - unregister a set of inter module data.
SYNOPSIS
void inter_module_unregister (const char *im_name);
ARGUMENTS
im_name an arbitrary string to identify the data, must be unique
DESCRIPTION
Check that the im_name has been registered, complain if it has not.
For existing data, remove it from the inter_module_entry list.