Subversion Repositories svn1

Rev

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

Rev 53 Rev 54
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 208... Line 209...
208
void console_prompt( char prompt );
209
void console_prompt( char prompt );
209
void console_clreol( void );
210
void console_clreol( void );
210
void calc_class_summary( t_class_summary * ptr );
211
void calc_class_summary( t_class_summary * ptr );
211
int csv_print( char *format, ... );
212
int csv_print( char *format, ... );
212
void set_commands ( char * cptr);
213
void set_commands ( char * cptr);
213
 
-
 
-
 
214
void tdnload_store(void);
214
 
215
 
215
 
216
 
216
/********************************* EOF ***********************************/
217
/********************************* EOF ***********************************/