]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 21 Jun 2017 21:04:46 +0000 (17:04 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 21 Jun 2017 21:04:46 +0000 (17:04 -0400)
src/modules/proto_radius/proto_radius.h

index 247403be81ea99c4f63faefd673ba2b6884c1eef..4e308aaf118212b6630af3a87ec20c19004750fd 100644 (file)
@@ -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.