|
Electroneum
|
#include <config_file.h>

Public Attributes | |
| struct config_str2list * | next |
| char * | str |
| char * | str2 |
List of two strings for config options
Definition at line 627 of file config_file.h.
| struct config_str2list* config_str2list::next |
next item in list
Definition at line 629 of file config_file.h.
| char* config_str2list::str |
first string
Definition at line 631 of file config_file.h.
| char* config_str2list::str2 |
second string
Definition at line 633 of file config_file.h.