Changeset 2154 for trunk/rms

Show
Ignore:
Timestamp:
07/17/00 05:08:50 (8 years ago)
Author:
graham
Message:

New config file plugin option to allow easier editing of the configuration
file by other plugins.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rms/src/main.cpp

    r1865 r2154  
    3737  return version; 
    3838} 
     39 
     40 
     41const char *LP_ConfigFile() 
     42{ 
     43  return "licq_rms.conf"; 
     44} 
     45 
    3946 
    4047const char *LP_Status()