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