*** empty log message ***

svn path=/trunk/boinc/; revision=418
This commit is contained in:
Eric Heien 2002-09-16 20:31:54 +00:00
parent ab65ac0e2b
commit 037ab501d6
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
// Contributor(s):
//
#include <time.h>
extern double time_t_to_jd(time_t unix_time);
extern time_t jd_to_time_t(double jd);
extern int double_to_ydhms (double x, int smallest_timescale, char *buf);