Subversion Repositories svn1

Rev

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

Rev 349 Rev 351
Line 139... Line 139...
139
void        pri_final_teamOrder( void );
139
void        pri_final_teamOrder( void );
140
void        pri_interim( void );
140
void        pri_interim( void );
141
void        print_class_header( int teamclass, int final );
141
void        print_class_header( int teamclass, int final );
142
void        print_class_stats( int c, int final );
142
void        print_class_stats( int c, int final );
143
void        print_legend( int teamclass, int full );
143
void        print_legend( int teamclass, int full );
144
const char       *pi_place( int num, int disq, time_t time );
144
const char *pi_place( int num, int disq, time_t time );
145
const char       *pr_place( int num, int disq, bool vflag );
-
 
146
const char       *pn_place( int num, int disq, bool vflag, bool flag );
145
const char *px_place( int leg, int num, bool epMode, bool neMode, team_flags flags );
147
bool        ck_data( int leg, int mode );
146
void        ck_data( int leg, int mode );
148
void        srt_place( void );
147
void        srt_place( void );
149
void        do_big_sort( void );
148
void        do_big_sort( void );
150
void        sort_team_data( int leg, int mode, bool withEq );
149
void        sort_team_data( int leg, int mode, bool withEq );
151
int         sort_comp( const void * a, const void * b );
150
int         sort_comp( const void * a, const void * b );
152
int         sort_comp_cname( const void * aa, const void * bb );
151
int         sort_comp_cname( const void * aa, const void * bb );