r999: maintainers added to README_en.
[cinelerra_cv/mob.git] / cinelerra / timebomb.h
blobd4b7b7db012e219854d7cc34ed97bfbe1b580f16
1 #ifndef TIMEBOMB_H
2 #define TIMEBOMB_H
4 #include <time.h>
6 class TimeBomb
8 public:
9 TimeBomb();
10 ~TimeBomb();
12 int test_time(time_t testtime);
13 void disable_system();
19 #endif