Subversion Repositories svn1-original

Rev

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

Rev 95 Rev 130
Line 22... Line 22...
22
#include    <stdlib.h>
22
#include    <stdlib.h>
23
#include    <stdio.h>
23
#include    <stdio.h>
24
#endif
24
#endif
25
 
25
 
26
extern MARA_CFG config;                          /* Working configuration */
26
extern MARA_CFG config;                          /* Working configuration */
27
extern char invalid_copy;                        /* Quick nasty test of copy */
-
 
28
extern int  parallel_legs;                       /* Legs run in Parallel */
27
extern int  parallel_legs;                       /* Legs run in Parallel */
29
extern ty_check_error check_error;
28
extern ty_check_error check_error;
30
extern char confile[20];                         /* Name of the config file */
29
extern char confile[20];                         /* Name of the config file */
31
extern char datfile[20];                         /* Name of the data file */
30
extern char datfile[20];                         /* Name of the data file */
32
extern char filebase[20];                        /* Event file name base */
31
extern char filebase[20];                        /* Event file name base */