mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 06:18:38 +00:00
Version 0.2.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@480 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
|||||||
*/
|
*/
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user