summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-09-30 20:40:08 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-09-30 20:40:08 +0000
commit6d0e38332157bad2ad3c3667cd80c214e47fb83a (patch)
treefa98c6c19dbadcf2986ba059b1d090a07d8b1044 /include
parent72fbcfd95d3f10f3ce78282760856e7b3ce7f48d (diff)
Merged revisions 289543,289581 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r289543 | tilghman | 2010-09-30 12:50:52 -0500 (Thu, 30 Sep 2010) | 2 lines More Solaris compatibility fixes ........ r289581 | tilghman | 2010-09-30 15:23:10 -0500 (Thu, 30 Sep 2010) | 2 lines Solaris fixes. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@289588 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/localtime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/localtime.h b/include/asterisk/localtime.h
index f25e65832..5da28dfba 100644
--- a/include/asterisk/localtime.h
+++ b/include/asterisk/localtime.h
@@ -98,6 +98,7 @@ char *ast_strptime_locale(const char *s, const char *format, struct ast_tm *tm,
* between checks to verify whether a timezone file has changed. This routine
* forces the monitor thread to wakeup immediately and check the timezone files.
*/
-void ast_localtime_wakeup_monitor(void);
+struct ast_test;
+void ast_localtime_wakeup_monitor(struct ast_test *info);
#endif /* _ASTERISK_LOCALTIME_H */