summaryrefslogtreecommitdiff
path: root/include/asterisk/speech.h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-07-11 16:03:31 +0000
committerJoshua Colp <jcolp@digium.com>2007-07-11 16:03:31 +0000
commit406c3df40e6b94c6b8ebdf476a9610eab5b43cf7 (patch)
treeb323fa57f7b668e6043b960499afa3361799323b /include/asterisk/speech.h
parent2162433060d581ba0eb4f90f93ab804b92a3d19c (diff)
Change the speech API to allow passing the format through to the engine.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@74551 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/speech.h')
-rw-r--r--include/asterisk/speech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/speech.h b/include/asterisk/speech.h
index 260e5ed5d..e152201a3 100644
--- a/include/asterisk/speech.h
+++ b/include/asterisk/speech.h
@@ -73,7 +73,7 @@ struct ast_speech_engine {
/*! Name of speech engine */
char *name;
/*! Set up the speech structure within the engine */
- int (*create)(struct ast_speech *speech);
+ int (*create)(struct ast_speech *speech, int format);
/*! Destroy any data set on the speech structure by the engine */
int (*destroy)(struct ast_speech *speech);
/*! Load a local grammar on the speech structure */