#include <configparser.h>
Data Fields | |
| u_char * | name |
| u_char ** | values |
| int | valnum |
| s_name_value * | next |
Definition at line 63 of file configparser.h.
|
|
The name of the directive Definition at line 64 of file configparser.h. |
|
|
Pointer to the next entry in the list Definition at line 69 of file configparser.h. |
|
|
The size of the values array Definition at line 67 of file configparser.h. |
|
|
The value array of this struct Definition at line 66 of file configparser.h. |
1.3.5