Subversion Repositories svn1

Rev

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

Rev 46 Rev 47
Line 132... Line 132...
132
void        print_class_header( int class, int final );
132
void        print_class_header( int class, int final );
133
void        print_class_stats( int c, int final );
133
void        print_class_stats( int c, int final );
134
void        print_legend( int class, int full );
134
void        print_legend( int class, int full );
135
char       *pi_place( int num, int disq, time_t time );
135
char       *pi_place( int num, int disq, time_t time );
136
char       *pr_place( int num, int disq );
136
char       *pr_place( int num, int disq );
-
 
137
char       *pr_place_ne( int num, int disq, int ne );
137
bool        ck_data( int leg, int mode );
138
bool        ck_data( int leg, int mode );
138
void        srt_place( void );
139
void        srt_place( void );
139
void        do_big_sort( void );
140
void        do_big_sort( void );
140
void        sort_team_data( int leg, int mode );
141
void        sort_team_data( int leg, int mode );
141
int         sort_comp( const void * a, const void * b );
142
int         sort_comp( const void * a, const void * b );