Subversion Repositories svn1-original

Rev

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

Rev 137 Rev 150
Line 194... Line 194...
194
char        getfnc( const char *list );
194
char        getfnc( const char *list );
195
bool        getyes( const char *prompt );
195
bool        getyes( const char *prompt );
196
char        to_upper( char ch );
196
char        to_upper( char ch );
197
char        to_lower( char ch );
197
char        to_lower( char ch );
198
void        sleep( int t );
198
void        sleep( int t );
199
int         lookup_class( char *text, MARA_CFG *config );
199
int         lookup_class( const char *text, MARA_CFG *config );
200
 
200
 
201
bool t_parse_number( char **linep, int *number );
201
bool t_parse_number( char **linep, int *number );
202
bool t_parse_text( char **linep, char *text );
202
bool t_parse_text( char **linep, char *text );
203
char p_eol( const char *c );
203
char p_eol( const char *c );
204
char * p_filename( const char *filename, const char *suffix, const char *ext );
204
char * p_filename( const char *filename, const char *suffix, const char *ext );