view src/lib/utc-offset.h @ 927:935d0b1df754 HEAD

Remove one of the previous speedups, it broke things
author Timo Sirainen <tss@iki.fi>
date Thu, 09 Jan 2003 01:35:09 +0200
parents efa46e28a0d7
children e4eb71ae8e96
line wrap: on
line source

#ifndef __UTC_OFFSET_H
#define __UTC_OFFSET_H

#include <time.h>

/* Returns given time's offset to UTC in minutes. */
int utc_offset(struct tm *tm, time_t t);

#endif