~ubuntu-branches/ubuntu/oneiric/gkrellmoon/oneiric

1
2
3
4
5
6
7
8
9
#ifndef MOON_RISE_H
#define MOON_RISE_H

#include "CalcEphem.h"

void MoonRise(CTrans * c, gdouble * UTRise, gdouble * UTSet);
void UTTohhmm(gdouble UT, gint * h, gint * m);

#endif				/* MOON_RISE_H */