#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.
Define Documentation
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.
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.