make multiply/divide key (on OLPC XO keyboard) work

This commit is contained in:
Albert Cahalan 2007-03-29 05:06:45 +00:00
parent 7ab2175799
commit 19b0c3d33d
5 changed files with 22 additions and 4 deletions

View file

@ -122,6 +122,7 @@ void show_lang_usage(FILE * f, const char *const prg);
void show_locale_usage(FILE * f, const char *const prg);
void setup_language(const char *const prg);
void do_locale_option(const char *const arg);
void ctype_utf8(void);
#endif