]> git.ipfire.org Git - thirdparty/asterisk.git/commit
voicemail: Simplify callback pointer declarations and add doxygen.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 1 Nov 2013 23:13:39 +0000 (23:13 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 1 Nov 2013 23:13:39 +0000 (23:13 +0000)
commit05a838e7aba26647d79c1c295ccf068221e38a99
tree52899b448f624d51b6e05c6335cd02a463fa320d
parente55d4418cca4c7b689ddc481f639f8b1a5b72186
voicemail: Simplify callback pointer declarations and add doxygen.

* Typedefed and added doxegen for the voicemail callback functions.

* Simplified the prototypes for ast_install_vm_functions() and
ast_install_vm_test_functions() to use the new function typedefs.

* Simplified the voicemail callback function pointer variable declarations
to use the new function typedefs.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@402398 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/app.h
main/app.c