00001
00007
00008
00009 #ifndef __NMEPluginRaw__
00010 #define __NMEPluginRaw__
00011
00012 #ifdef __cplusplus
00013 extern "C" {
00014 #endif
00015
00016 #include "NME.h"
00017
00033 NMEErr NMEPluginRaw(NMEConstText name, NMEInt nameLen,
00034 NMEConstText data, NMEInt dataLen,
00035 NMEContext *context,
00036 void *userData);
00037
00040 #define NMEPluginRawEntry(name, opt) \
00041 {name, opt, NMEPluginRaw, NULL}
00042
00043 #ifdef __cplusplus
00044 }
00045 #endif
00046
00047 #endif