Go to the source code of this file.
Function Documentation
Adds an additional config handler
- Parameters
-
session | The girara session |
identifier | Identifier of the handle |
handle | Handle |
- Returns
- true if no error occured, otherwise false
Definition at line 230 of file config.c.
void girara_config_parse |
( |
girara_session_t * |
session, |
|
|
const char * |
path |
|
) |
| |
Parses and evaluates a configuration file
- Parameters
-
session | The used girara session |
path | Path to the configuration file |
Definition at line 363 of file config.c.