Subversion Repositories svn1-original

Rev

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

Rev 99 Rev 150
Line 1417... Line 1417...
1417
 *      The integer is in the range 1 .. num_class
1417
 *      The integer is in the range 1 .. num_class
1418
 *      A value fo zero indicates the text was not found.
1418
 *      A value fo zero indicates the text was not found.
1419
 *
1419
 *
1420
 *========================================================================*/
1420
 *========================================================================*/
1421
 
1421
 
1422
int lookup_class( char *text, MARA_CFG * config_ptr )
1422
int lookup_class( const char *text, MARA_CFG * config_ptr )
1423
{
1423
{
1424
    int         i;
1424
    int         i;
1425
 
1425
 
1426
    if( config_ptr == NULL )
1426
    if( config_ptr == NULL )
1427
        config_ptr = &config;
1427
        config_ptr = &config;