#include <stdlib.h>
#include <string.h>
#include "datastructures.h"
#include "session.h"
#include "utils.h"
#include "internal.h"
Go to the source code of this file.
Macro Definition Documentation
#define COMMENT_PREFIX '#' |
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 14 of file config.c.
void girara_config_handle_free |
( |
girara_config_handle_t * |
handle | ) |
|
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 50 of file config.c.