/* $Id: date.h 11 2007-08-27 17:45:05Z vol $ */ #ifndef __DATE_H_ #define __DATE_H_ #include <time.h> int date_parse(struct tm *, char *); #endif