#include <input_plugin.h>
Must be set to INPUT_PLUGIN_VERSION
Fixed flags for the plugin (P_*)
char* _input_plugin::name |
Should point the a character array containing the name of this plugin
char* _input_plugin::author |
Should point to a character array containing the name of the author(s) of this plugin.
void* _input_plugin::handle |
dlopen() handle of this plugin. Filled in by the HOST.