aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/say.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/say.h')
-rw-r--r--include/asterisk/say.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/say.h b/include/asterisk/say.h
index 17070c2c4..bc36a2a61 100644
--- a/include/asterisk/say.h
+++ b/include/asterisk/say.h
@@ -151,6 +151,10 @@ SAY_EXTERN int (* ast_say_datetime_from_now)(struct ast_channel *chan, time_t t,
SAY_EXTERN int (* ast_say_date_with_format)(struct ast_channel *chan, time_t t, const char *ints, const char *lang, const char *format, const char *timezone) SAY_INIT(ast_say_date_with_format);
+int ast_say_counted_noun(struct ast_channel *chan, int num, const char *noun);
+
+int ast_say_counted_adjective(struct ast_channel *chan, int num, const char *adjective, const char *gender);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif