Skip to content

Commit

Permalink
avpops: Port to new module function interface
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Apr 4, 2019
1 parent 7f50517 commit 9a8ca56
Show file tree
Hide file tree
Showing 5 changed files with 564 additions and 665 deletions.
6 changes: 6 additions & 0 deletions mod_fix.h
Expand Up @@ -57,4 +57,10 @@ int get_cmd_fixups(struct sip_msg* msg, struct cmd_param *params,
action_elem_t *elems, void **cmdp, pv_value_t *tmp_val);
int free_cmd_fixups(struct cmd_param *params, action_elem_t *elems, void **cmdp);

static inline int fixup_free_pkg(void **param)
{
pkg_free(*param);
return 0;
}

#endif

0 comments on commit 9a8ca56

Please sign in to comment.