| Line 96... |
Line 96... |
| 96 |
void tm_lgs(int leg, time_t delta, bool report_it, bool clear_it);
|
96 |
void tm_lgs(int leg, time_t delta, bool report_it, bool clear_it);
|
| 97 |
void tm_lgs1( int leg, time_t starttime, time_t delta, bool report_it, bool clear_it );
|
97 |
void tm_lgs1( int leg, time_t starttime, time_t delta, bool report_it, bool clear_it );
|
| 98 |
void leg_start( void );
|
98 |
void leg_start( void );
|
| 99 |
void tm_fixedstart( int leg, time_t starttime, bool report_it, bool clear_it );
|
99 |
void tm_fixedstart( int leg, time_t starttime, bool report_it, bool clear_it );
|
| 100 |
void tm_staggered( int leg, time_t starttime, time_t delta, bool report_it, bool clear_it );
|
100 |
void tm_staggered( int leg, time_t starttime, time_t delta, bool report_it, bool clear_it );
|
| 101 |
void tm_clearleg( void );
|
- |
|
| 102 |
void tm_clearleg_specified(int cleg, bool manual, int line);
|
101 |
void tm_clearleg_specified(int cleg, bool manual);
|
| 103 |
|
102 |
|
| 104 |
void leg_ini( void );
|
103 |
void leg_ini( void );
|
| 105 |
void tm_init( void );
|
104 |
void tm_init( void );
|
| 106 |
void tm_gen( void );
|
105 |
void tm_gen( void );
|
| 107 |
void legs_start_report( int line, int leg );
|
106 |
void legs_start_report( int leg );
|
| 108 |
void ls_timer( t_legs * ptr, int num );
|
107 |
void ls_timer( t_legs * ptr, int num );
|
| 109 |
void ls_team( int *last, t_legs * data );
|
108 |
void ls_team( int *last, t_legs * data );
|
| 110 |
int sort_legs( const void * a, const void * b );
|
109 |
int sort_legs( const void * a, const void * b );
|
| 111 |
|
110 |
|
| 112 |
void do_menu( const char *header, const char *prompt, menu_table * table );
|
111 |
void do_menu( const char *header, const char *prompt, menu_table * table );
|