Go to the documentation of this file.00001
00008
00009
00010 #ifndef __NMEPluginReverse__
00011 #define __NMEPluginReverse__
00012
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016
00017 #include "NME.h"
00018
00033 NMEErr NMEPluginReverse(NMEConstText name, NMEInt nameLen,
00034 NMEConstText data, NMEInt dataLen,
00035 NMEContext *context,
00036 void *userData);
00037
00039 #define NMEPluginReverseEntry \
00040 {"reverse", kNMEPluginOptReparseOutput, NMEPluginReverse, NULL}
00041
00042 #ifdef __cplusplus
00043 }
00044 #endif
00045
00046 #endif