From: Arran Cudbard-Bell Date: Wed, 21 Jun 2017 21:04:46 +0000 (-0400) Subject: Doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68c7373b379516abeea66cd92bd25eccaa85ab29;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/modules/proto_radius/proto_radius.h b/src/modules/proto_radius/proto_radius.h index 247403be81e..4e308aaf118 100644 --- a/src/modules/proto_radius/proto_radius.h +++ b/src/modules/proto_radius/proto_radius.h @@ -26,7 +26,7 @@ /** Return the RADIUS client associated with the request * - * @param[in] instance #app_io_t instance. + * @param[in] instance #fr_app_io_t instance. * @param[in] packet_ctx as allocated/returned by the #fr_app_io_t. */ typedef RADCLIENT *(*proto_radius_client_get_t)(void const *instance, void const *packet_ctx); @@ -34,7 +34,7 @@ typedef RADCLIENT *(*proto_radius_client_get_t)(void const *instance, void const /** Get src/dst address from the #fr_app_io_t module * * @param[out] sockaddr structure to populate. If UNIX socket, path will be a shallow copy. - * @param[in] instance #app_io_t instance. + * @param[in] instance #fr_app_io_t instance. * @param[in] packet_ctx as allocated/returned by the #fr_app_io_t. * @return * - 0 on success.