/* dst.h
 *
 * FreeTime: Acorn Time Client
 * Daylight saving handling code
 *
 *  Joseph Heenan, 1996-9
 * All rights reserved.
 *
 * $Id: dst,v 1.2 1999/10/16 14:38:35 joseph Exp $
 *
 */

#ifndef DST_H
#define DST_H

int dst_check( char **/*msg*/ );

#endif
