$darkmode
Elektra 0.11.0
|
#include <stdlib.h>
#include <string.h>
#include <exported_symbols.h>
#include <kdberrors.h>
#include <kdbmodule.h>
Functions | |
int | elektraModulesInit (KeySet *modules, Key *error) |
Initialises the module loading system. More... | |
elektraPluginFactory | elektraModulesLoad (KeySet *modules, const char *name, Key *error) |
Load a library with the given name. More... | |
int | elektraModulesClose (KeySet *modules, Key *error) |
Close all modules. More... | |