louis.h   louis.h 
skipping to change at line 561 skipping to change at line 561
int trace_translate (const char* tableList, const widechar* inbuf, int trace_translate (const char* tableList, const widechar* inbuf,
int* inlen, widechar* outbuf, int* outlen, int* inlen, widechar* outbuf, int* outlen,
char* typeform, char* spacing, int* outputPos, char* typeform, char* spacing, int* outputPos,
int* inputPos, int* cursorPos, int* inputPos, int* cursorPos,
const TranslationTableRule** rules, int* rulesLen, const TranslationTableRule** rules, int* rulesLen,
int mode); int mode);
char * getLastTableList(); char * getLastTableList();
void debugHook (); void debugHook ();
/* Can be inserted in code to be ulsed as a breakpoint in gdb */ /* Can be inserted in code to be used as a breakpoint in gdb */
void outOfMemory ();
/* Priknts an out-of-memory message and exits*/
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif /* __cplusplus */ #endif /* __cplusplus */
#endif /* __LOUIS_H */ #endif /* __LOUIS_H */
 End of changes. 1 change blocks. 
1 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/