/**
* $Id$
*
- * @file radmin.c
+ * @file src/main/radmin.c
* @brief Internal implementation of radmin
*
* @copyright 2018 The FreeRADIUS server project
*
* @param[in] ctx to allocate data in (instance of proto_control).
* @param[out] out Where to write a dl_instance_t containing the module handle and instance.
+ * @param[in] parent Base structure address.
* @param[in] ci #CONF_PAIR specifying the name of the type module.
* @param[in] rule unused.
* @return
*
* @param[in] ctx to allocate data in (instance of proto_detail).
* @param[out] out Where to write a dl_instance_t containing the module handle and instance.
+ * @param[in] parent Base structure address.
* @param[in] ci #CONF_PAIR specifying the name of the type module.
* @param[in] rule unused.
* @return
*
* @param[in] ctx to allocate data in (instance of proto_radius).
* @param[out] out Where to write a dl_instance_t containing the module handle and instance.
+ * @param[in] parent Base structure address.
* @param[in] ci #CONF_PAIR specifying the name of the type module.
* @param[in] rule unused.
* @return
*
* @param[in] ctx to allocate data in (instance of proto_radius).
* @param[out] out Where to write a dl_instance_t containing the module handle and instance.
+ * @param[in] parent Base structure address.
* @param[in] ci #CONF_PAIR specifying the name of the type module.
* @param[in] rule unused.
* @return
*
* @param[in] ctx to allocate data in (instance of proto_radius).
* @param[out] out Where to write our parsed data
+ * @param[in] parent Base structure address.
* @param[in] ci #CONF_SECTION specifying the things to update
* @param[in] rule unused.
* @return