#ifndef _AGE_HPP_ #define _AGE_HPP_ #include int SetMaxAge(int tmt); int AgeIsOver(time_t D, uint MAge); int AgeIs(time_t D); #endif