Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / timebomb.h
blob5cdfea18c319d6eac7d59759db779913b26d766e
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
21 // Local Variables:
22 // mode: C++
23 // c-file-style: "linux"
24 // End: