[sr-dev] git:4.2:475cccb2: core: Fix typo in xavp header file

Hugh Waite hugh.waite at acision.com
Fri May 29 10:13:31 CEST 2015


Module: kamailio
Branch: 4.2
Commit: 475cccb249f245fe51653c73baaeedf24d85f64e
URL: https://github.com/kamailio/kamailio/commit/475cccb249f245fe51653c73baaeedf24d85f64e

Author: Hugh Waite <hugh.waite at acision.com>
Committer: Hugh Waite <hugh.waite at acision.com>
Date: 2015-05-26T16:30:23+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/475cccb249f245fe51653c73baaeedf24d85f64e.diff
Patch: https://github.com/kamailio/kamailio/commit/475cccb249f245fe51653c73baaeedf24d85f64e.patch

---

diff --git a/xavp.h b/xavp.h
index 8332069..4e0dd03 100644
--- a/xavp.h
+++ b/xavp.h
@@ -77,7 +77,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);




More information about the sr-dev mailing list