summaryrefslogtreecommitdiff
path: root/include/asterisk/localtime.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-10-27 20:00:41 +0000
committerMark Spencer <markster@digium.com>2003-10-27 20:00:41 +0000
commit0de223a1ee6200ce2237e03a4b093e35770ea608 (patch)
treec8ce701bc8a19fff64bf153bba8347c57ac0e658 /include/asterisk/localtime.h
parent251e70953e7663a46554451fff1ed95f1e4e5ed4 (diff)
More cleanups and OSX fixes for 10.3
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/localtime.h')
-rwxr-xr-xinclude/asterisk/localtime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/localtime.h b/include/asterisk/localtime.h
index 320c293d7..d7d6bbe22 100755
--- a/include/asterisk/localtime.h
+++ b/include/asterisk/localtime.h
@@ -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