aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/speech.h
diff options
context:
space:
mode:
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 */