#include <stdio.h>#include <string.h>#include <stdlib.h>#include "server_config.h"#include "strings_utils.h"Go to the source code of this file.
Defines | |
| #define | CONFIGURATION_ERROR_SIZE 4096 |
| Maximum number of characters for the error message associated with the error message. | |
Functions | |
| char * | configuration_last_error () |
| return a pointer to a zero terminated string of characters that represents the last error message. More... | |
| int | configuration_load (char *path, char **error) |
| Load the DHCP server configuration from a given file. More... | |
Variables | |
| global_config | configuration_globale |
| Global DHCP configuration handler. | |
| char | last_error [CONFIGURATION_ERROR_SIZE] |
| Buffer used to store the last error message. | |
Definition in file configuration.c.
|
|
return a pointer to a zero terminated string of characters that represents the last error message.
Definition at line 33 of file configuration.c. References last_error. |
|
||||||||||||
1.2.15