CLeanup PBX patch and add localtime stuff for saytime (bug #168)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-09-13 20:51:48 +00:00
parent c511b967ed
commit 56f915e783
12 changed files with 2246 additions and 342 deletions

View File

@@ -69,6 +69,8 @@ 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);
int ast_say_date_with_format(struct ast_channel *chan, time_t t, char *ints, char *lang, char *format, char *timezone);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif