1 #ifndef BTTIME_H
2 #define BTTIME_H
3 
4 #include <time.h>
5 
6 extern time_t now;
7 
8 #endif
9 
10