diff compat.h @ 72:ab77a22a2a36

Added localization APIs as well as some miscellaneous bug fixes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 15 Feb 2002 09:30:50 +0000
parents 2be5174bdb5d
children 02bbe1f397bb
line wrap: on
line diff
--- a/compat.h	Sun Feb 10 18:22:25 2002 +0000
+++ b/compat.h	Fri Feb 15 09:30:50 2002 +0000
@@ -209,4 +209,6 @@
 int fsclose(FILE *fp);
 char *fsgets(char *str, int size, FILE *stream);
 int fsseek(FILE *stream, long offset, int whence);
+int locale_init(char *filename, int my_locale);
+char *locale_string(char *default_text, int message);