mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
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
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user