Fixed Doxygen comment in eap_radius plugin
This commit is contained in:
@@ -47,9 +47,10 @@ struct eap_radius_accounting_t {
|
||||
eap_radius_accounting_t *eap_radius_accounting_create();
|
||||
|
||||
/**
|
||||
* Schedule Accounting interim updates for the given IKE_SA unique identifer.
|
||||
* Schedule Accounting interim updates for the given IKE_SA.
|
||||
*
|
||||
* @param IKE_SA unique identifier
|
||||
* @param ike_sa IKE_SA to send updates for
|
||||
* @param interval interval for interim updates
|
||||
*/
|
||||
void eap_radius_accounting_start_interim(ike_sa_t *ike_sa, u_int32_t interval);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user