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