pidgin/purple-plugin-pack

merge of '8c10fbb5b238ab81eecfd8cebb9aaa0e5a5f5d2f'
org.guifications.plugins
2008-07-19, rekkanoryo
dcc9701af1ba
merge of '8c10fbb5b238ab81eecfd8cebb9aaa0e5a5f5d2f'
and 'beacb4988ca80e4a1ac0e423ccbd4c7c9310e147'
/*************************************************************************
* Header file for timezone module
* by Martijn van Oosterhout <kleptog@svana.org> (C) April 2006
* Licenced under the GNU General Public Licence version 2.
*************************************************************************/
#include <time.h>
struct state;
struct state *timezone_load (const char * name);
struct tm * gmtsub (const time_t * timep, long offset,
struct tm * tmp);
struct tm * localsub (const time_t * timep, long offset,
struct tm * tmp, struct state *sp);
int tz_init(const char *zoneinfo_dir);