/* ** Originally written by Steven M. Bellovin while ** at the University of North Carolina at Chapel Hill. Later tweaked by ** a couple of people on Usenet. Completely overhauled by Rich $alz ** and Jim Berets in August, 1990. ** ** This code is in the public domain and has no copyright. */ #ifndef _WINDOWS /* Why oh why do I have to do this??? */ #include "system.h" #else #include #endif extern time_t get_date (const char *p, const time_t *now);