summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-03-19 21:56:15 +0000
committerJason Parker <jparker@digium.com>2008-03-19 21:56:15 +0000
commit8d4276578a1e9b60f55647165b4e361647f6af3b (patch)
tree5227899b4ed3ce67d9744f7db3832898ad4817d3 /include
parent515ec9d92f0ac566d7893c5098a75474d68aff64 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/dsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/dsp.h b/include/asterisk/dsp.h
index 1235c3ae0..c1a367045 100644
--- a/include/asterisk/dsp.h
+++ b/include/asterisk/dsp.h
@@ -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);