Subversion Repositories svn1

Rev

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

Rev 68 Rev 75
Line 109... Line 109...
109
void        ls_team( int *last, t_legs * data );
109
void        ls_team( int *last, t_legs * data );
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, report_type html, char * title );
115
bool        open_printer_name( char *pname, int width, bool html, char * title );
115
bool        open_printer_name( char *pname, int width, report_type html, char * title );
116
bool        close_printer( void );
116
bool        close_printer( void );
117
int         print( char *format, ... );
117
int         print( char *format, ... );
118
void        printbanner( char *title );
118
void        printbanner( char *title );
119
void        print_underline( bool on );
119
void        print_underline( bool on );
120
void        print_bold( bool on );
120
void        print_bold( bool on );