#ifndef _PLUGIN_C_H #define _PLUGIN_C_H struct nsPluginInstance; typedef struct nsPluginInstance nsPluginInstance; void onCMMLData(nsPluginInstance *i, char **cmml_data, int cmml_size, int async); void onEndOfMovie(nsPluginInstance *i); void onMovieDownload(nsPluginInstance *i); void onMouseClick(nsPluginInstance *i); #endif