Subversion Repositories svn1-original

Rev

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

Rev 134 Rev 135
Line 92... Line 92...
92
/*
92
/*
93
**  legtime.c
93
**  legtime.c
94
*/
94
*/
95
void        set_legs( void );
95
void        set_legs( void );
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( void );
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( void );
99
void        tm_fixedstart( int leg, time_t starttime, bool report_it, bool clear_it  );
100
void        tm_staggered( void );
100
void        tm_staggered( int leg, time_t starttime, time_t delta, bool report_it, bool clear_it  );
101
void        tm_clearleg( void );
101
void        tm_clearleg( void );
102
void        tm_clearleg_specified(int cleg, bool manual, int line);
102
void        tm_clearleg_specified(int cleg, bool manual, int line);
103
 
103
 
104
void        leg_ini( void );
104
void        leg_ini( void );
105
void        tm_init( void );
105
void        tm_init( void );
106
void        tm_gen( void );
106
void        tm_gen( void );
107
void        legs_start_report( int line );
107
void        legs_start_report( int line, int leg );
108
void        ls_timer( t_legs * ptr, int num );
108
void        ls_timer( t_legs * ptr, int num );
109
void        ls_team( int *last, t_legs * data );
109
void        ls_team( int *last, t_legs * data );
110
int         sort_legs( const void * a, const void * b );
110
int         sort_legs( const void * a, const void * b );
111
 
111
 
112
void        do_menu( const char *header, const char *prompt, menu_table * table );
112
void        do_menu( const char *header, const char *prompt, menu_table * table );