view src/lib/utc-offset.h @ 4891:6ab2712f1a93 HEAD

Only imap binary was actually working.
author Timo Sirainen <tss@iki.fi>
date Sun, 10 Dec 2006 14:35:02 +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