Browse Source

core: Fix typo in xavp header file

- Corrected avpx_free to xavp_free
Hugh Waite 10 years ago
parent
commit
c1b486d199
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xavp.h

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