example.c File Reference

A example of a plugin that does nothing. More...

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

Include dependency graph for example.c:

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


Detailed Description

A example of a plugin that does nothing.

It can be used as a template for new plugins.

Author:
Your Name <your>
Date:
2009 Dec 27
This file is PUBLIC DOMAIN. No copyright is claimed.

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.


Function Documentation

static int initialize ( void   )  [static]

Definition at line 36 of file example.c.

static int shutdown ( void   )  [static]

Definition at line 41 of file example.c.


Variable Documentation

Initial value:

 {
    .base_class = { PLUGIN_API, "example", initialize, shutdown },
}

Definition at line 52 of file example.c.


Generated on Mon Dec 28 09:03:34 2009 for boris by  doxygen 1.5.8