.\" 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_GET" "" "06 October 2005" "" ""
.SH NAME
inter_module_get \- return arbitrary userdata from another module.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
const void * inter_module_get (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, return NULL.
Try to increment the use count on the owning module, if that fails
then return NULL. Otherwise return the userdata.