summaryrefslogtreecommitdiff
path: root/src/include/date822fmt.h
blob: fc721a076af9643e1f4faf18fa15afd85a62e76c (plain)
1
2
3
4
5
6
7
#ifndef DATE822FMT_H
#define DATE822FMT_H

unsigned int date822fmt(char *, struct datetime *);
#define DATE822FMT 60

#endif