Skip to content

Commit

Permalink
cdp: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent e051cc9 commit 721bb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/cdp/cdp_mod.c
Expand Up @@ -106,7 +106,7 @@ static int w_cdp_has_app(sip_msg_t *msg, char *appid, char *param);
* - AAAGroupAVPS() - group a #AAA_AVP_LIST of #AAA_AVP into a grouped #AAA_AVP
* - AAAUngroupAVPS() - ungroup a grouped #AAA_AVP into a #AAA_AVP_LIST of #AAA_AVP
* - AAAFindMatchingAVPList() - find an #AAA_AVP inside a #AAA_AVP_LIST
* - AAAFreeAVPList() - free the memory taken by the all members of #AAA_AVP_LIST
* - AAAFreeAVPList() - free the memory taken by all the members of #AAA_AVP_LIST
* <p>
* - AAAAddRequestHandler() - add a #AAARequestHandler_f callback to request being received
* - AAAAddResponseHandler() - add a #AAAResponseHandler_f callback to responses being received
Expand Down

0 comments on commit 721bb93

Please sign in to comment.