liblouis.h   liblouis.h 
skipping to change at line 84 skipping to change at line 84
const widechar *inbuf, const widechar *inbuf,
int *inlen, int *inlen,
widechar * outbuf, widechar * outbuf,
int *outlen, char *typeform, char *spacing, int mode); int *outlen, char *typeform, char *spacing, int mode);
int EXPORT_CALL lou_translate (const char *tableList, const widechar int EXPORT_CALL lou_translate (const char *tableList, const widechar
*inbuf, *inbuf,
int *inlen, widechar * outbuf, int *outlen, int *inlen, widechar * outbuf, int *outlen,
char *typeform, char *spacing, int *outputPos, int char *typeform, char *spacing, int *outputPos, int
*inputPos, int *cursorPos, int mode); *inputPos, int *cursorPos, int mode);
int EXPORT_CALL lou_translatePrehyphenated (const char* tableList,
const widechar* inbuf, int* i
nlen,
widechar* outbuf, int* outlen
,
char* typeform, char* spacing
,
int* outputPos, int* inputPos
, int* cursorPos,
char* inputHyphens, char* out
putHyphens, int mode);
int EXPORT_CALL lou_hyphenate (const char *tableList, const widechar int EXPORT_CALL lou_hyphenate (const char *tableList, const widechar
*inbuf, *inbuf,
int inlen, char *hyphens, int mode); int inlen, char *hyphens, int mode);
int EXPORT_CALL lou_dotsToChar (const char *tableList, widechar *inbuf, int EXPORT_CALL lou_dotsToChar (const char *tableList, widechar *inbuf,
widechar *outbuf, int length, int mode); widechar *outbuf, int length, int mode);
int EXPORT_CALL lou_charToDots (const char *tableList, const widechar int EXPORT_CALL lou_charToDots (const char *tableList, const widechar
*inbuf, *inbuf,
widechar *outbuf, int length, int mode); widechar *outbuf, int length, int mode);
int EXPORT_CALL lou_backTranslateString (const char *tableList, int EXPORT_CALL lou_backTranslateString (const char *tableList,
const widechar *inbuf, const widechar *inbuf,
 End of changes. 1 change blocks. 
0 lines changed or deleted 13 lines changed or added


 louis.h   louis.h 
skipping to change at line 552 skipping to change at line 552
int *inlen, widechar * outbuf, int *outlen, int *inlen, widechar * outbuf, int *outlen,
char *typeform, char *spacing, int *outputPos, in t char *typeform, char *spacing, int *outputPos, in t
*inputPos, int *cursorPos, int mode); *inputPos, int *cursorPos, int mode);
/*Call wrappers for other back-translators.*/ /*Call wrappers for other back-translators.*/
int other_dotsToChar (const char *trantab, widechar * inbuf, int other_dotsToChar (const char *trantab, widechar * inbuf,
widechar * outbuf, int length, int mode); widechar * outbuf, int length, int mode);
int other_charToDots (const char *trantab, const widechar int other_charToDots (const char *trantab, const widechar
* inbuf, widechar * outbuf, int length, int mode); * inbuf, widechar * outbuf, int length, int mode);
int trace_translate (const char* tableList, const widechar* inbuf,
int* inlen, widechar* outbuf, int* outlen,
char* typeform, char* spacing, int* outputPos,
int* inputPos, int* cursorPos,
const TranslationTableRule** rules, int* rulesLen,
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 ulsed as a breakpoint in gdb */
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif /* __cplusplus */ #endif /* __cplusplus */
#endif /* __LOUIS_H */ #endif /* __LOUIS_H */
 End of changes. 1 change blocks. 
0 lines changed or deleted 7 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/