1 /* imaildate.h -- generate Internet mail date string on unix
2  *  by Chris Newman
3  */
4 
5 #define N_MDATELEN 64
6 
7 /* fills in the buffer with an Internet mail date
8  */
9 void n_maildate(char *);
10