nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS
NMEPluginCalendar.h
Go to the documentation of this file.
00001 
00008 /* License: new BSD license (see NME.h) */
00009 
00010 #ifndef __NMEPluginCalendar__
00011 #define __NMEPluginCalendar__
00012 
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016 
00017 #include "NME.h"
00018 
00034 NMEErr NMEPluginCalendar(NMEConstText name, NMEInt nameLen,
00035         NMEConstText data, NMEInt dataLen,
00036         NMEContext *context,
00037         void *userData);
00038 
00040 #define NMEPluginCalendarEntry \
00041     {"calendar", kNMEPluginOptReparseOutput | kNMEPluginOptBetweenPar, \
00042         NMEPluginCalendar, NULL}
00043 
00044 #ifdef __cplusplus
00045 }
00046 #endif
00047 
00048 #endif
Generated by Doxygen.
Copyright 2007-2013, Yves Piguet.
All rights reserved.