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

#include "datetime.h"

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

#endif