Skip to content

Commit

Permalink
acc: typo fuNction
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent e6bdf65 commit 06ffb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/acc/acc_api.h
Expand Up @@ -79,7 +79,7 @@ typedef int (*legs2strar_f)( struct acc_extra *legs, struct sip_msg *rq, str *va
int *int_arr, char *type_arr, int start);
typedef acc_extra_t* (*leg_info_f)(void);

/* cdr related fuctions */
/* cdr related functions */
typedef int (*cdr_core2strar_f)( struct dlg_cell* dlg,
str* values, int* unused, char* types);
typedef int (*extra2strar_dlg_only_f)(struct acc_extra *extra, struct dlg_cell* dlg, str *val_arr,
Expand Down

0 comments on commit 06ffb66

Please sign in to comment.