| int rad_module_register(void *handle, int version, rad_modinfo_t *modinfo); | rad_module_register provides a handle,
									which is the handle provided to the module in the call to
										_rad_init. This handle is used by the
										rad daemon to maintain the private list
									of loaded modules. The version indicates which version of the
										rad module interface the module is using.
										modinfo contains information used to
									identify the module. |