[sr-dev] git:master:c1b486d1: core: Fix typo in xavp header file

Hugh Waite hugh.waite at acision.com
Wed May 27 09:56:27 CEST 2015


Module: kamailio
Branch: master
Commit: c1b486d199349efc931975dc90924962e8b2b353
URL: https://github.com/kamailio/kamailio/commit/c1b486d199349efc931975dc90924962e8b2b353

Author: Hugh Waite <hugh.waite at acision.com>
Committer: Hugh Waite <hugh.waite at 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/c1b486d199349efc931975dc90924962e8b2b353.diff
Patch: https://github.com/kamailio/kamailio/commit/c1b486d199349efc931975dc90924962e8b2b353.patch

---

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);




More information about the sr-dev mailing list