aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-30 17:50:52 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-30 17:50:52 +0000
commit30a41632d36fe0d5b17ab2dec2b88c78f581714b (patch)
treee3e0d099d696b0aad9c905ea29e1c24fa843a983 /include
parent58a435db92fdaf4b3bd6373d04319472bbf57352 (diff)
More Solaris compatibility fixes
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@289543 f38db490-d61c-443f-a65b-d21fe96a405b
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 */