~ubuntu-branches/ubuntu/hardy/wmmoonclock/hardy

« back to all changes in this revision

Viewing changes to Src/MoonRise.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2005-02-11 22:17:45 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050211221745-qzp731kcmhmknup1
Tags: 1.27-14
* Added Czech debconf translation, closes: #294733.
  Thanks to Miroslav Kure.
* Fixed POSIX compliance of debian/rules.
* Removed watch file, upstream homepage is gone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef MOONRISE_H
 
2
#define MOONRISE_H
 
3
 
 
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*);
 
7
 
 
8
#endif