#include <confloader.h>
Data Fields | |
| char * | name |
| ltype | type |
| int | mandatory |
| union { | |
| int yn | |
| long int i | |
| double f | |
| char * str | |
| logt log | |
| } | value |
Definition at line 68 of file confloader.h.
|
|
Each option must have a name Definition at line 69 of file confloader.h. Referenced by confparse(), and getconf(). |
|
|
Options are typed Definition at line 70 of file confloader.h. |
1.3.6