packages feed

time-1.0: include/HsTime.h

#ifndef __HSTIME_H__
#define __HSTIME_H__

#include "HsTimeConfig.h"

#if HAVE_TIME_H
#include <time.h>
#endif

long int get_current_timezone_seconds (time_t,int* dst,char const* * name);

#endif