Data Structures | |
struct | config_screen |
Configuration data of a VNC screen. More... | |
struct | config |
Configuration data, including common and screen data. More... | |
Defines | |
#define | CONFIG_NO_PORT -1 |
Functions | |
struct config * | config_load (char *config_file) |
void | config_cleanup (struct config *config) |
#define CONFIG_NO_PORT -1 |
Value for non-configured ports.
struct config* config_load | ( | char * | config_file | ) | [read] |
Parses the data of an XML configuration file.
config_file | configuration file path |
void config_cleanup | ( | struct config * | config | ) |