mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
More cleanups and OSX fixes for 10.3
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -18,5 +18,7 @@ extern int ast_tzsetwall(void);
|
||||
extern void ast_tzset(const char *name);
|
||||
extern struct tm *ast_localtime(const time_t *timep, struct tm *p_tm, const char *zone);
|
||||
extern time_t ast_mktime(struct tm * const tmp, const char *zone);
|
||||
extern char *ast_ctime(const time_t * const timep);
|
||||
extern char *ast_ctime_r(const time_t * const timep, char *buf);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user