mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 10:22:46 +00:00
Rename very poorly named function to reflect what it actually does. This was causing quite a bit of confusion for me...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@110132 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -115,7 +115,7 @@ void ast_dsp_set_features(struct ast_dsp *dsp, int features);
|
||||
int ast_dsp_getdigits(struct ast_dsp *dsp, char *buf, int max);
|
||||
|
||||
/*! \brief Set digit mode */
|
||||
int ast_dsp_digitmode(struct ast_dsp *dsp, int digitmode);
|
||||
int ast_dsp_set_digitmode(struct ast_dsp *dsp, int digitmode);
|
||||
|
||||
/*! \brief Set fax mode */
|
||||
int ast_dsp_set_faxmode(struct ast_dsp *dsp, int faxmode);
|
||||
|
Reference in New Issue
Block a user