Module: kamailio Branch: master Commit: c1b486d199349efc931975dc90924962e8b2b353 URL: https://github.com/kamailio/kamailio/commit/c1b486d199349efc931975dc90924962...
Author: Hugh Waite hugh.waite@acision.com Committer: Hugh Waite hugh.waite@acision.com Date: 2015-05-27T08:55:51+01:00
core: Fix typo in xavp header file
- Corrected avpx_free to xavp_free
---
Modified: xavp.h
---
Diff: https://github.com/kamailio/kamailio/commit/c1b486d199349efc931975dc90924962... Patch: https://github.com/kamailio/kamailio/commit/c1b486d199349efc931975dc90924962...
---
diff --git a/xavp.h b/xavp.h index 1f6601e..42413e7 100644 --- a/xavp.h +++ b/xavp.h @@ -70,7 +70,7 @@ typedef struct _sr_xavp { } sr_xavp_t;
int xavp_init_head(void); -void avpx_free(sr_xavp_t *xa); +void xavp_free(sr_xavp_t *xa);
int xavp_add(sr_xavp_t *xavp, sr_xavp_t **list); int xavp_add_last(sr_xavp_t *xavp, sr_xavp_t **list);