Subversion Repositories svn1-original

Rev

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

Rev 178 Rev 180
Line 24... Line 24...
24
#endif
24
#endif
25
 
25
 
26
#include "QDebug"
26
#include "QDebug"
27
#define printf qDebug
27
#define printf qDebug
28
 
28
 
-
 
29
#include "qmconfig.h"
-
 
30
 
29
extern MARA_CFG config;                          /* Working configuration */
31
extern class QmConfig config;                          /* Working configuration */
30
extern int  parallel_legs;                       /* Legs run in Parallel */
32
extern int  parallel_legs;                       /* Legs run in Parallel */
31
extern ty_check_error check_error;
33
extern ty_check_error check_error;
32
extern char confile[20];                         /* Name of the config file */
34
extern char confile[20];                         /* Name of the config file */
33
extern char datfile[20];                         /* Name of the data file */
35
extern char datfile[20];                         /* Name of the data file */
34
extern char filebase[20];                        /* Event file name base */
36
extern char filebase[20];                        /* Event file name base */
Line 199... Line 201...
199
char        getfnc( const char *list );
201
char        getfnc( const char *list );
200
bool        getyes( const char *prompt );
202
bool        getyes( const char *prompt );
201
char        to_upper( char ch );
203
char        to_upper( char ch );
202
char        to_lower( char ch );
204
char        to_lower( char ch );
203
void        sleep( int t );
205
void        sleep( int t );
204
int         lookup_class( const char *text, MARA_CFG *config );
206
//int         lookup_class( const char *text, MARA_CFG *config );
205
 
207
 
206
bool t_parse_number( char **linep, int *number );
208
bool t_parse_number( char **linep, int *number );
207
bool t_parse_text( char **linep, char *text );
209
bool t_parse_text( char **linep, char *text );
208
char p_eol( const char *c );
210
char p_eol( const char *c );
209
char * p_filename( const char *filename, const char *suffix, const char *ext );
211
char * p_filename( const char *filename, const char *suffix, const char *ext );