Structure containing a single configuration entry of the application. More...

Data Fields | |
| const char * | name |
| Name it can be located at. | |
| const char * | defval |
| Default value. | |
| int(* | validator )(char *val) |
| Function to validate when set. | |
| char * | curval |
| Current value if not equal to the default. | |
Structure containing a single configuration entry of the application.
Definition at line 119 of file config.c.
1.6.3