Import ezmlm-idx 0.40
[ezmlm] / yyyymm.h
CommitLineData
f8beb284
MW
1#ifndef YYYYMM_H
2#define YYYYMM_H
3
4#ifdef WITH_PROTO
5#include "stralloc.h"
6
7extern unsigned int date2yyyymm(char *);
8extern int dateline(stralloc *, unsigned long);
9#else
10extern unsigned int date2yyyymm();
11extern int dateline();
12#endif
13
14#endif
15