aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/say.h
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-16 18:41:35 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-16 18:41:35 +0000
commit04a98dd615ed71827af941ccca2617f5d4b36032 (patch)
treeafaec45f1404ba87888045afdf3cdcaa459fcb25 /include/asterisk/say.h
parentcaebf8461f9849f484eb5bbd649880e457c20e31 (diff)
Fix the conjugation of Russian and Ukrainian languages.
(related to issue #12475) Reported by: chappell Patches: vm_multilang.patch uploaded by chappell (license 8) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@168828 f38db490-d61c-443f-a65b-d21fe96a405b
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