Configuration item (name=value) More...
#include <config.h>
Data Fields | |
const char * | name |
Name of the item. | |
const char * | value |
Value of the item. | |
struct janus_config_item * | next |
Next element in the linked list of items in this category. |
Configuration item (name=value)
const char* janus_config_item::name |
Name of the item.
struct janus_config_item* janus_config_item::next |
Next element in the linked list of items in this category.
const char* janus_config_item::value |
Value of the item.