diff options
Diffstat (limited to 'lib/libcalendar/easter.c')
-rw-r--r-- | lib/libcalendar/easter.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcalendar/easter.c b/lib/libcalendar/easter.c index fa43837..573f06d 100644 --- a/lib/libcalendar/easter.c +++ b/lib/libcalendar/easter.c @@ -23,11 +23,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: easter.c,v 1.1.1.1 1997/12/04 10:41:49 helbig Exp $ + * $Id: easter.c,v 1.2 1997/12/07 19:04:14 helbig Exp $ */ #include "calendar.h" +typedef struct date date; + static int easterodn(int y); /* Compute Easter Sunday in Gregorian Calendar */ |