#ifndef _AGE_HPP_
#define _AGE_HPP_
#include <time.h>

int SetMaxAge(int tmt);
int AgeIsOver(time_t D, uint MAge);
int AgeIs(time_t D);


#endif



syntax highlighted by Code2HTML, v. 0.9.1