Subversion Repositories svn1-original

Rev

Rev 250 | Rev 361 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 250 Rev 261
Line 110... Line 110...
110
 
110
 
111
void        leg_ini( void );
111
void        leg_ini( void );
112
void        tm_init( void );
112
void        tm_init( void );
113
void        tm_gen( void );
113
void        tm_gen( void );
114
void        legs_start_report( int leg );
114
void        legs_start_report( int leg );
115
void        ls_timer( t_legs * ptr, int num );
115
void        ls_timer( t_legs * ptr, int num , bool suppress);
116
void        ls_team( int *last, t_legs * data );
116
void        ls_team( int *last, t_legs * data );
117
int         sort_legs( const void * a, const void * b );
117
int         sort_legs( const void * a, const void * b );
118
 
118
 
119
//void        do_menu( const char *header, const char *prompt, menu_table * table );
119
//void        do_menu( const char *header, const char *prompt, menu_table * table );
120
 
120