#include <stdlib.h>
#include "boris.h"

Go to the source code of this file.
Data Structures | |
| struct | plugin_example_class |
Functions | |
| static int | initialize (void) |
| static int | shutdown (void) |
Variables | |
| struct plugin_example_class | plugin_class |
It can be used as a template for new plugins.
NOTICE: Because this is a template to be reused by others, it is PUBLIC DOMAIN. Modified versions of this file may be copyrighted, and as such this notice should be removed.
Definition in file example.c.
struct plugin_example_class plugin_class [read] |
Initial value:
{
.base_class = { PLUGIN_API, "example", initialize, shutdown },
}
1.5.8