diff options
author | Matt Wilson <msw@redhat.com> | 1999-10-08 20:18:30 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-10-08 20:18:30 +0000 |
commit | 16114547587f67eaa722d4cd4aac8fd7cdeb0921 (patch) | |
tree | 5f8f2ae58ecbf11d60126bf29f2fcbd7a5dc3ed5 /loader/lang.h | |
parent | cdc65a99dc5506b12bf307f49dd8b3955703cc85 (diff) | |
download | anaconda-16114547587f67eaa722d4cd4aac8fd7cdeb0921.tar.gz anaconda-16114547587f67eaa722d4cd4aac8fd7cdeb0921.tar.xz anaconda-16114547587f67eaa722d4cd4aac8fd7cdeb0921.zip |
this should catch all cases
Diffstat (limited to 'loader/lang.h')
-rw-r--r-- | loader/lang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/lang.h b/loader/lang.h index ce5c6fd0d..aaacb4437 100644 --- a/loader/lang.h +++ b/loader/lang.h @@ -7,6 +7,7 @@ int chooseLanguage(char ** lang, int flags); int chooseKeyboard(char ** keymap, char ** kbdtypep, int flags); char * translateString(char * str); +void setLanguage (char * key); /* define ask johnsonm@redhat.com where this came from */ #define KMAP_MAGIC 0x8B39C07F |