Subversion Repositories svn1

Rev

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

Rev 383 Rev 385
Line 30... Line 30...
30
#include    "consts.h"
30
#include    "consts.h"
31
#include    "structs.h"
31
#include    "structs.h"
32
#include    "proto.h"
32
#include    "proto.h"
33
 
33
 
34
FILE       *pfile;                               /* Fd of the printer channel */
34
FILE       *pfile;                               /* Fd of the printer channel */
35
long        pri_time;                            /* Time printer is opened - for banners */
35
time_t      pri_time;                            /* Time printer is opened - for banners */
36
int         print_width;                         /* Width of the printout */
36
int         print_width;                         /* Width of the printout */
37
report_type print_html = text;                   /* Printing with HTML */
37
report_type print_html = text;                   /* Printing with HTML */
38
int         print_col = 0;                       /* Current print column */
38
int         print_col = 0;                       /* Current print column */
39
int         print_line = 0;                      /* Current print line */
39
int         print_line = 0;                      /* Current print line */
40
int         print_underline_start;               /* Start of underline */
40
int         print_underline_start;               /* Start of underline */