--- timer.h 2002/11/17 00:51:11 1.7 +++ timer.h 2002/11/26 23:44:11 1.8 @@ -50,7 +50,7 @@ * exception also makes it possible to release a modified version which * carries forward this exception. * - * $Id: timer.h,v 1.7 2002/11/17 00:51:11 edgomez Exp $ + * $Id: timer.h,v 1.8 2002/11/26 23:44:11 edgomez Exp $ * ****************************************************************************/ @@ -95,75 +95,75 @@ */ static __inline void -start_timer() +start_timer(void) { } static __inline void -start_global_timer() +start_global_timer(void) { } static __inline void -stop_dct_timer() +stop_dct_timer(void) { } static __inline void -stop_idct_timer() +stop_idct_timer(void) { } static __inline void -stop_motion_timer() +stop_motion_timer(void) { } static __inline void -stop_comp_timer() +stop_comp_timer(void) { } static __inline void -stop_edges_timer() +stop_edges_timer(void) { } static __inline void -stop_inter_timer() +stop_inter_timer(void) { } static __inline void -stop_quant_timer() +stop_quant_timer(void) { } static __inline void -stop_iquant_timer() +stop_iquant_timer(void) { } static __inline void -stop_conv_timer() +stop_conv_timer(void) { } static __inline void -stop_transfer_timer() +stop_transfer_timer(void) { } static __inline void -init_timer() +init_timer(void) { } static __inline void -write_timer() +write_timer(void) { } static __inline void -stop_coding_timer() +stop_coding_timer(void) { } static __inline void -stop_interlacing_timer() +stop_interlacing_timer(void) { } static __inline void -stop_prediction_timer() +stop_prediction_timer(void) { } static __inline void -stop_global_timer() +stop_global_timer(void) { }