|
Electroneum
|
#include <config_file.h>

Public Attributes | |
| struct config_str3list * | next |
| char * | str |
| char * | str2 |
| char * | str3 |
List of three strings for config options
Definition at line 639 of file config_file.h.
| struct config_str3list* config_str3list::next |
next item in list
Definition at line 641 of file config_file.h.
| char* config_str3list::str |
first string
Definition at line 643 of file config_file.h.
| char* config_str3list::str2 |
second string
Definition at line 645 of file config_file.h.
| char* config_str3list::str3 |
third string
Definition at line 647 of file config_file.h.