#include "PluginMgr.h"
#include "vmddlopen.h"
#include "Inform.h"
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Typedefs | |
typedef int(* | initfunc )(void) |
typedef int(* | regfunc )(void *, vmdplugin_register_cb) |
typedef int(* | finifunc )(void) |
Functions | |
int | plugincmp (const vmdplugin_t *newp, const vmdplugin_t *oldp) |
|
Definition at line 40 of file PluginMgr.C. |
|
Definition at line 38 of file PluginMgr.C. |
|
Definition at line 39 of file PluginMgr.C. |
|
Definition at line 44 of file PluginMgr.C. Referenced by PluginMgr::register_cb. |