Skip to content
Snippets Groups Projects
Commit 9bcb56b6 authored by Mark Spencer's avatar Mark Spencer
Browse files

Version 0.2.0 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@480 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent cdd947a9
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
#include <asterisk/channel.h> #include <asterisk/channel.h>
#include <asterisk/file.h> #include <asterisk/file.h>
#include <time.h>
#if defined(__cplusplus) || defined(c_plusplus) #if defined(__cplusplus) || defined(c_plusplus)
extern "C" { extern "C" {
#endif #endif
...@@ -54,6 +56,14 @@ int ast_say_digits(struct ast_channel *chan, int num, char *ints, char *lang); ...@@ -54,6 +56,14 @@ int ast_say_digits(struct ast_channel *chan, int num, char *ints, char *lang);
*/ */
int ast_say_digit_str(struct ast_channel *chan, char *num, char *ints, char *lang); int ast_say_digit_str(struct ast_channel *chan, char *num, char *ints, char *lang);
int ast_say_datetime(struct ast_channel *chan, time_t t, char *ints, char *lang);
int ast_say_time(struct ast_channel *chan, time_t t, char *ints, char *lang);
int ast_say_date(struct ast_channel *chan, time_t t, char *ints, char *lang);
int ast_say_datetime_from_now(struct ast_channel *chan, time_t t, char *ints, char *lang);
#if defined(__cplusplus) || defined(c_plusplus) #if defined(__cplusplus) || defined(c_plusplus)
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment