llconf 0.0.2
|
A structure to hold the results of cnf_find_entry. More...
#include <entry.h>
Data Fields | |
struct cnfresult * | next |
The next result in the result set. | |
char * | path |
The full path to the matched entry in the configuration tree. | |
struct cnfnode * | cnfnode |
A reference to the node in the configuration tree. | |
A structure to hold the results of cnf_find_entry.
struct cnfnode* cnfresult::cnfnode |
A reference to the node in the configuration tree.
struct cnfresult* cnfresult::next |
The next result in the result set.
char* cnfresult::path |
The full path to the matched entry in the configuration tree.