period.h

00001 #ifndef _PERIOD_H_
00002 #define _PERIOH_H_
00003 
00004 int in_period(time_t t, const char *p);
00005 
00006 #endif