1 #ifndef __TIMEZONE_H
2 #define __TIMEZONE_H
3 
4 int tz_my_offset(void);
5 
6 #endif
7