#ifndef JULIAN_H
#define JULIAN_H
/*
**	Necessary function prototypes can be found in time.h
**
**	This work is derived from GNU software, so you should read
**	the GNU license agreement if you are plannning to use
**	them in commercial software.
*/

#define JULIAN_OFFSET 1721425 /* Julian for 12/31/1 BC */

#endif /* JULIAN_H */
