Subversion Repositories svn1

Rev

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

Rev 240 Rev 246
Line 140... Line 140...
140
void        print_class_header( int teamclass, int final );
140
void        print_class_header( int teamclass, int final );
141
void        print_class_stats( int c, int final );
141
void        print_class_stats( int c, int final );
142
void        print_legend( int teamclass, int full );
142
void        print_legend( int teamclass, int full );
143
const char       *pi_place( int num, int disq, time_t time );
143
const char       *pi_place( int num, int disq, time_t time );
144
const char       *pr_place( int num, int disq );
144
const char       *pr_place( int num, int disq );
145
const char       *pr_place_ne( int num, int disq, int ne );
-
 
146
bool        ck_data( int leg, int mode );
145
bool        ck_data( int leg, int mode );
147
void        srt_place( void );
146
void        srt_place( void );
148
void        do_big_sort( void );
147
void        do_big_sort( void );
149
void        sort_team_data( int leg, int mode );
148
void        sort_team_data( int leg, int mode );
150
int         sort_comp( const void * a, const void * b );
149
int         sort_comp( const void * a, const void * b );