Electroneum
config_str2list Struct Reference

#include <config_file.h>

Collaboration diagram for config_str2list:

Public Attributes

struct config_str2listnext
 
char * str
 
char * str2
 

Detailed Description

List of two strings for config options

Definition at line 627 of file config_file.h.

Member Data Documentation

◆ next

struct config_str2list* config_str2list::next

next item in list

Definition at line 629 of file config_file.h.

◆ str

char* config_str2list::str

first string

Definition at line 631 of file config_file.h.

◆ str2

char* config_str2list::str2

second string

Definition at line 633 of file config_file.h.


The documentation for this struct was generated from the following file: