.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "INTER_MODULE_PUT" "" "06 October 2005" "" ""
.SH NAME
inter_module_put \- release use of data from another module.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void inter_module_put (const char * \fIim_name\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIim_name\fB\fR
an arbitrary string to identify the data, must be unique
.SH "DESCRIPTION"
.PP
If the im_name has not been registered, complain,
otherwise decrement the use count on the owning module.