liblouis.h   liblouis.h 
skipping to change at line 64 skipping to change at line 64
} typeforms; } typeforms;
#define comp_emph_1 italic #define comp_emph_1 italic
#define comp_emph_2 underline #define comp_emph_2 underline
#define comp_emph_3 bold #define comp_emph_3 bold
typedef enum typedef enum
{ {
noContractions = 1, noContractions = 1,
compbrlAtCursor = 2, compbrlAtCursor = 2,
dotsIO = 4, dotsIO = 4,
comp8Dots = 8 comp8Dots = 8,
pass1Only = 16
} translationModes; } translationModes;
char *lou_version (); char *lou_version ();
int lou_translateString int lou_translateString
(const char *trantab, (const char *trantab,
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);
 End of changes. 1 change blocks. 
1 lines changed or deleted 2 lines changed or added


 louiscfg.h   louiscfg.h 
/* liblouis/louiscfg.h. Generated from louiscfg.h.in by configure. */ /* liblouis/louiscfg.h. Generated by configure. */
/* liblouis/louiscfg.h.in. Generated from configure.ac by autoheader. */ /* liblouis/louiscfg.h.in. Generated from configure.ac by autoheader. */
#ifndef LOUISCFG_H #ifndef LOUISCFG_H
#define LOUISCFG_H #define LOUISCFG_H
/* Define to 1 if you have the <dlfcn.h> header file. */ /* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1 #define HAVE_DLFCN_H 1
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */ /* #undef HAVE_DOPRNT */
skipping to change at line 57 skipping to change at line 57
/* Define to 1 if you have the <sys/types.h> header file. */ /* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */ /* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1
/* Define to 1 if you have the `vprintf' function. */ /* Define to 1 if you have the `vprintf' function. */
#define HAVE_VPRINTF 1 #define HAVE_VPRINTF 1
/* Define to the sub-directory in which libtool stores uninstalled librarie
s.
*/
#define LT_OBJDIR ".libs/"
/* Name of package */ /* Name of package */
#define PACKAGE "liblouis" #define PACKAGE "liblouis"
/* Define to the address where bug reports for this package should be sent. */ /* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "john.boyer@jjb-software.com" #define PACKAGE_BUGREPORT "john.boyer@jjb-software.com"
/* Define to the full name of this package. */ /* Define to the full name of this package. */
#define PACKAGE_NAME "liblouis" #define PACKAGE_NAME "liblouis"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "liblouis 1.4.0" #define PACKAGE_STRING "liblouis 1.5.2"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "liblouis" #define PACKAGE_TARNAME "liblouis"
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "1.4.0" #define PACKAGE_VERSION "1.5.2"
/* Define to 1 if you have the ANSI C header files. */ /* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1 #define STDC_HEADERS 1
/* Version number of package */ /* Version number of package */
#define VERSION "1.4.0" #define VERSION "1.5.2"
/* Define as the size of the unicode type. */ /* Define as the size of the unicode type. */
#define WIDECHAR_SIZE 2 #define WIDECHAR_SIZE 2
/* Define to empty if `const' does not conform to ANSI C. */ /* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */ /* #undef const */
/* Define to rpl_malloc if the replacement function should be used. */ /* Define to rpl_malloc if the replacement function should be used. */
/* #undef malloc */ /* #undef malloc */
 End of changes. 5 change blocks. 
9 lines changed or deleted 4 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/