home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / cli / nspark / date_h < prev    next >
Encoding:
Text File  |  1993-08-20  |  429 b   |  24 lines

  1. /*
  2.  * manipulate date function prototypes
  3.  *
  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
  11.  * 
  12.  */
  13.  
  14. #ifndef __DATE_H
  15. #define __DATE_H
  16.  
  17. #include "cproto.h"
  18.  
  19. Date *makedate P__((Header *header));
  20. char *monthname P__((int month));
  21.              
  22. #endif /* __DATE_H */
  23.  
  24.