| Line 118... |
Line 118... |
| 118 |
//void do_menu( const char *header, const char *prompt, menu_table * table );
|
118 |
//void do_menu( const char *header, const char *prompt, menu_table * table );
|
| 119 |
|
119 |
|
| 120 |
bool open_printer( const QString name, const char *ext, int width, report_type html, const char * title );
|
120 |
bool open_printer( const QString name, const char *ext, int width, report_type html, const char * title );
|
| 121 |
bool open_printer_name( const QString pname, int width, report_type html, const char * title );
|
121 |
bool open_printer_name( const QString pname, int width, report_type html, const char * title );
|
| 122 |
bool close_printer( void );
|
122 |
bool close_printer( void );
|
| 123 |
int print( const char *format, ... );
|
123 |
size_t print( const char *format, ... );
|
| 124 |
void printbanner( const char *title );
|
124 |
void printbanner( const char *title );
|
| 125 |
void print_underline( bool on );
|
125 |
void print_underline( bool on );
|
| 126 |
void print_bold( bool on );
|
126 |
void print_bold( bool on );
|
| 127 |
|
127 |
|
| 128 |
void report( void );
|
128 |
void report( void );
|