Version 1.28 Debian patches in upstream
[dockapps.git] / wmmoonclock / src / MoonRise.h
blobd263d2e7d0cc6d199b7a253053cce0a620e885da
1 #ifndef MOONRISE_H
2 #define MOONRISE_H
4 void MoonRise(int, int, int, double, double*, double*);
5 void UTTohhmm(double, int*, int*);
6 void Interp(double, double, double, double*, double*, double*, double*, int*);
8 #endif