Subversion Repositories svn1

Rev

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

Rev 45 Rev 61
Line 110... Line 110...
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( char *header, char *prompt, menu_table * table );
112
void        do_menu( char *header, char *prompt, menu_table * table );
113
 
113
 
114
bool        open_printer( char *name, char *ext, int width, bool html, char * title );
114
bool        open_printer( char *name, char *ext, int width, bool html, char * title );
-
 
115
bool        open_printer_name( char *pname, int width, bool html, char * title );
115
bool        close_printer( void );
116
bool        close_printer( void );
116
int         print( char *format, ... );
117
int         print( char *format, ... );
117
void        printbanner( char *title );
118
void        printbanner( char *title );
118
void        print_underline( bool on );
119
void        print_underline( bool on );
119
void        print_bold( bool on );
120
void        print_bold( bool on );
Line 132... Line 133...
132
void        print_class_header( int class, int final );
133
void        print_class_header( int class, int final );
133
void        print_class_stats( int c, int final );
134
void        print_class_stats( int c, int final );
134
void        print_legend( int class, int full );
135
void        print_legend( int class, int full );
135
char       *pi_place( int num, int disq, time_t time );
136
char       *pi_place( int num, int disq, time_t time );
136
char       *pr_place( int num, int disq );
137
char       *pr_place( int num, int disq );
-
 
138
char       *pr_place_ne( int num, int disq, int ne );
137
bool        ck_data( int leg, int mode );
139
bool        ck_data( int leg, int mode );
138
void        srt_place( void );
140
void        srt_place( void );
139
void        do_big_sort( void );
141
void        do_big_sort( void );
140
void        sort_team_data( int leg, int mode );
142
void        sort_team_data( int leg, int mode );
141
int         sort_comp( const void * a, const void * b );
143
int         sort_comp( const void * a, const void * b );
Line 205... Line 207...
205
char *tprintf( char *format, ... );
207
char *tprintf( char *format, ... );
206
int raw_print( char *format, ... );
208
int raw_print( char *format, ... );
207
void console_prompt( char prompt );
209
void console_prompt( char prompt );
208
void console_clreol( void );
210
void console_clreol( void );
209
void calc_class_summary( t_class_summary * ptr );
211
void calc_class_summary( t_class_summary * ptr );
-
 
212
int csv_print( char *format, ... );
-
 
213
void set_commands ( char * cptr);
-
 
214
void tdnload_store(void);
210
 
215
 
211
 
216
 
212
/********************************* EOF ***********************************/
217
/********************************* EOF ***********************************/