1 #ifndef TIME_FUNCTIONS_DEF
2 #define TIME_FUNCTIONS_DEF
3 #include <string>
4 #include <time.h>
5 
6 string timeMonthDayTime();
7 string timeMonthDayTime(time_t &rawTime);
8 
9 #endif
10