aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/localtime.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-27 20:00:41 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-27 20:00:41 +0000
commit854adbe3bd6fcd137e2d78dac42c2c535bf3a945 (patch)
treec8ce701bc8a19fff64bf153bba8347c57ac0e658 /include/asterisk/localtime.h
parent73f4bc8c25d00d2d942b3580abc779f9382ab446 (diff)
More cleanups and OSX fixes for 10.3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1678 f38db490-d61c-443f-a65b-d21fe96a405b
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