#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "stmt/logger.h"
#include "plugin.h"
Include dependency graph for pluginloader.h:
Go to the source code of this file.
Data Structures | |
struct | VPlugin |
Common structure for both Get-rules and Set-rules plugins. More... | |
Functions | |
int | plugin_load (char *name, VPlugin *plugin) |
Loads the plugin by given library name. | |
void | plugin_unload (VPlugin *plugin) |
Unloads plugin. |
|
Loads the plugin by given library name.
|
|
Unloads plugin.
|