inter_module_put(9)
NAME
inter_module_put - release use of data from another mod
ule.
SYNOPSIS
void inter_module_put (const char *im_name);
ARGUMENTS
- im_name an arbitrary string to identify the data,
- must be unique
DESCRIPTION
- If the im_name has not been registered, complain, other
- wise decrement the use count on the owning module.