--- timer.h 2002/03/08 02:45:00 1.1 +++ timer.h 2002/03/28 20:57:25 1.3 @@ -21,6 +21,7 @@ extern void stop_transfer_timer(); extern void stop_coding_timer(); extern void stop_prediction_timer(); +extern void stop_interlacing_timer(); extern void stop_global_timer(); extern void init_timer(); extern void write_timer(); @@ -42,9 +43,10 @@ static __inline void init_timer() {} static __inline void write_timer() {} static __inline void stop_coding_timer() {} +static __inline void stop_interlacing_timer() {} static __inline void stop_prediction_timer() {} static __inline void stop_global_timer() {} #endif -#endif /* _TIMER_H_ */ \ No newline at end of file +#endif /* _TIMER_H_ */