Merge pull request #12 from davel/davel/sqsh
[debian-nspark.git] / date.h
blob0570bc6648835268b08c28708377e50135ebb2a3
1 /*
2 * manipulate date function prototypes
4 * $Header: date.h 1.2 92/10/23 $
5 * $Log: date.h,v $
6 * Revision 1.2 92/10/23 14:09:57 duplain
7 * Removed "days_to_month" function prototype.
8 *
9 * Revision 1.1 92/09/29 18:02:33 duplain
10 * Initial revision
14 #ifndef __DATE_H
15 #define __DATE_H
17 Date *makedate(Header *header);
18 char *monthname(int month);
20 #endif /* __DATE_H */