nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS
NMEAutolink.h
Go to the documentation of this file.
00001 
00030 /* License: new BSD license (see NME.h) */
00031 
00032 #ifndef __NMEAutolink__
00033 #define __NMEAutolink__
00034 
00035 #ifdef __cplusplus
00036 extern "C" {
00037 #endif
00038 
00039 #include "NME.h"
00040 
00049 NMEBoolean NMEAutoconvertCamelCase(NMEConstText src, NMEInt srcLen,
00050         NMEInt *i,
00051         NMEContext *context,
00052         void *userData);
00053 
00055 #define NMEAutoconvertCamelCaseEntry \
00056     {NMEAutoconvertCamelCase, NULL}
00057 
00066 NMEBoolean NMEAutoconvertURL(NMEConstText src, NMEInt srcLen,
00067         NMEInt *i,
00068         NMEContext *context,
00069         void *userData);
00070 
00072 #define NMEAutoconvertURLEntry \
00073     {NMEAutoconvertURL, NULL}
00074 
00075 #ifdef __cplusplus
00076 }
00077 #endif
00078 
00079 #endif
Generated by Doxygen.
Copyright 2007-2013, Yves Piguet.
All rights reserved.