Subversion Repositories svn1-original

Rev

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

Rev 181 Rev 192
Line 42... Line 42...
42
//extern int  rubout;                              /* users rubout character */
42
//extern int  rubout;                              /* users rubout character */
43
//extern int  abort_flag;                          /* Abort character detected */
43
//extern int  abort_flag;                          /* Abort character detected */
44
//extern int  fnc_opr;                             /* Function key pushed */
44
//extern int  fnc_opr;                             /* Function key pushed */
45
//extern int  leg;                                 /* Leg under investigation */
45
//extern int  leg;                                 /* Leg under investigation */
46
//extern int  last_loaded_leg;                     /* Last Leg loaded */
46
//extern int  last_loaded_leg;                     /* Last Leg loaded */
-
 
47
extern ty_stats  stats;                             /* Holds statistics */
47
 
48
 
48
 
49
 
49
int         main( int argc, char *argv[] );
50
int         main( int argc, char *argv[] );
50
void        usage( void );
51
void        usage( void );
51
void        ms_system( void );
52
void        ms_system( void );