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