20 char* key;
char* val;
struct RFConf_t* next;
26 RFConf(
const char* file);
29 char* getconf(
const char* key1,
30 const char* key2 = NULL,
31 const char* key3 = NULL);
33 int getconfi(
const char* key1,
34 const char* key2 = NULL,
35 const char* key3 = NULL);
Abstract base class for different kinds of events.