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