Subversion Repositories svn1

Rev

Rev 331 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 331 Rev 332
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       *pn_place( int num, int disq, bool flag );
145
bool        ck_data( int leg, int mode );
146
bool        ck_data( int leg, int mode );
146
void        srt_place( void );
147
void        srt_place( void );
147
void        do_big_sort( void );
148
void        do_big_sort( void );
148
void        sort_team_data( int leg, int mode );
149
void        sort_team_data( int leg, int mode, bool withEq );
149
int         sort_comp( const void * a, const void * b );
150
int         sort_comp( const void * a, const void * b );
150
int         sort_comp_cname( const void * aa, const void * bb );
151
int         sort_comp_cname( const void * aa, const void * bb );
151
bool        load_report_data( void );
152
bool        load_report_data( void );
152
void        gen_stats( void );
153
void        gen_stats( void );
153
void        display_summary (void);
154
void        display_summary (void);