| Line 65... |
Line 65... |
| 65 |
** config.c
|
65 |
** config.c
|
| 66 |
*/
|
66 |
*/
|
| 67 |
void compact( char *str );
|
67 |
void compact( char *str );
|
| 68 |
void conf_menu( void );
|
68 |
void conf_menu( void );
|
| 69 |
bool configure( char *c_name, int mode );
|
69 |
bool configure( char *c_name, int mode );
|
| 70 |
void d_class( MARA_CFG * config, int operation );
|
70 |
//void d_class( MARA_CFG * config, int operation );
|
| 71 |
void d_cntry( MARA_CFG * config, int operation );
|
71 |
//void d_cntry( MARA_CFG * config, int operation );
|
| 72 |
void d_config( MARA_CFG * config, int operation );
|
72 |
//void d_config( MARA_CFG * config, int operation );
|
| 73 |
void d_winners( MARA_CFG * config, int operation );
|
73 |
//void d_winners( MARA_CFG * config, int operation );
|
| 74 |
bool define_class( void );
|
74 |
bool define_class( void );
|
| 75 |
bool define_config( void );
|
75 |
bool define_config( void );
|
| 76 |
void define_country( void );
|
76 |
void define_country( void );
|
| 77 |
bool define_winners( void );
|
77 |
bool define_winners( void );
|
| 78 |
void display_class( void );
|
78 |
void display_class( void );
|
| Line 112... |
Line 112... |
| 112 |
void legs_start_report( int leg );
|
112 |
void legs_start_report( int leg );
|
| 113 |
void ls_timer( t_legs * ptr, int num );
|
113 |
void ls_timer( t_legs * ptr, int num );
|
| 114 |
void ls_team( int *last, t_legs * data );
|
114 |
void ls_team( int *last, t_legs * data );
|
| 115 |
int sort_legs( const void * a, const void * b );
|
115 |
int sort_legs( const void * a, const void * b );
|
| 116 |
|
116 |
|
| 117 |
void do_menu( const char *header, const char *prompt, menu_table * table );
|
117 |
//void do_menu( const char *header, const char *prompt, menu_table * table );
|
| 118 |
|
118 |
|
| 119 |
bool open_printer( const char *name, const char *ext, int width, report_type html, const char * title );
|
119 |
bool open_printer( const char *name, const char *ext, int width, report_type html, const char * title );
|
| 120 |
bool open_printer_name( const char *pname, int width, report_type html, const char * title );
|
120 |
bool open_printer_name( const char *pname, int width, report_type html, const char * title );
|
| 121 |
bool close_printer( void );
|
121 |
bool close_printer( void );
|
| 122 |
int print( const char *format, ... );
|
122 |
int print( const char *format, ... );
|