aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/speech.h
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-11 16:03:31 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-11 16:03:31 +0000
commit7ed2695475e5b22b89ab5ea6d474f2e63bd2b337 (patch)
treeb323fa57f7b668e6043b960499afa3361799323b /include/asterisk/speech.h
parent8a7b7f8004c135c177834921cdcf061a313ddfc3 (diff)
Change the speech API to allow passing the format through to the engine.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@74551 f38db490-d61c-443f-a65b-d21fe96a405b
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 */