view src/lib/gmtoff.h @ 91:dc0891523276 HEAD

bugfix for sync fix
author Timo Sirainen <tss@iki.fi>
date Thu, 29 Aug 2002 01:42:00 +0300
parents 3b1985cbc908
children
line wrap: on
line source

#ifndef __GMTOFF_H
#define __GMTOFF_H

#include <time.h>

/* Returns GMT offset in seconds. */
int gmtoff(struct tm *tm, time_t t);

#endif