inter_module_put

Name

inter_module_put --  release use of data from another module.

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, otherwise decrement the use count on the owning module.