00001
00029
00030
00031 #ifndef __NMEAutolink__
00032 #define __NMEAutolink__
00033
00034 #ifdef __cplusplus
00035 extern "C" {
00036 #endif
00037
00038 #include "NME.h"
00039
00048 NMEBoolean NMEAutoconvertCamelCase(NMEConstText src, NMEInt srcLen,
00049 NMEInt *i,
00050 NMEContext *context,
00051 void *userData);
00052
00054 #define NMEAutoconvertCamelCaseEntry \
00055 {NMEAutoconvertCamelCase, NULL}
00056
00065 NMEBoolean NMEAutoconvertURL(NMEConstText src, NMEInt srcLen,
00066 NMEInt *i,
00067 NMEContext *context,
00068 void *userData);
00069
00071 #define NMEAutoconvertURLEntry \
00072 {NMEAutoconvertURL, NULL}
00073
00074 #ifdef __cplusplus
00075 }
00076 #endif
00077
00078 #endif