|
Electroneum
|
#include <config_file.h>

Public Attributes | |
| struct config_strbytelist * | next |
| char * | str |
| uint8_t * | str2 |
| size_t | str2len |
List of string, bytestring for config options
Definition at line 654 of file config_file.h.
| struct config_strbytelist* config_strbytelist::next |
next item in list
Definition at line 656 of file config_file.h.
| char* config_strbytelist::str |
first string
Definition at line 658 of file config_file.h.
| uint8_t* config_strbytelist::str2 |
second bytestring
Definition at line 660 of file config_file.h.
| size_t config_strbytelist::str2len |
Definition at line 661 of file config_file.h.