]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/pbx: Move custom function routines to pbx_functions.c. 96/1896/1
authorCorey Farrell <git@cfware.com>
Thu, 31 Dec 2015 02:51:47 +0000 (21:51 -0500)
committerCorey Farrell <git@cfware.com>
Fri, 1 Jan 2016 19:01:15 +0000 (14:01 -0500)
commit2ffade45742a5c4361998625bef58eca0fbdb95e
tree8314333a4838cdb4439d7178707284aa51c3cfc7
parentbc7c882326a7f8176fbec018581046068ec0b592
main/pbx: Move custom function routines to pbx_functions.c.

This is the second patch in a series meant to reduce the bulk of pbx.c.
This moves custom function management routines to their own source.

Change-Id: I34a6190282f781cdbbd3ce9d3adeac3c3805e177
include/asterisk/_private.h
main/asterisk.c
main/pbx.c
main/pbx_functions.c [new file with mode: 0644]