diff options
author | Erik Troan <ewt@redhat.com> | 2000-03-07 23:45:15 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-03-07 23:45:15 +0000 |
commit | 678a1a6e9fa801840525960b37eac3aba735be53 (patch) | |
tree | 33f7bd944ee61dd86246f45fcbe54e237ecf6f29 /loader/lang.h | |
parent | b912df5998aa411e24f13dec8a32e5f9a4785aec (diff) | |
download | anaconda-678a1a6e9fa801840525960b37eac3aba735be53.tar.gz anaconda-678a1a6e9fa801840525960b37eac3aba735be53.tar.xz anaconda-678a1a6e9fa801840525960b37eac3aba735be53.zip |
fixed lang= in cmdline args
Diffstat (limited to 'loader/lang.h')
-rw-r--r-- | loader/lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/lang.h b/loader/lang.h index aaacb4437..10b3ef4aa 100644 --- a/loader/lang.h +++ b/loader/lang.h @@ -7,7 +7,7 @@ int chooseLanguage(char ** lang, int flags); int chooseKeyboard(char ** keymap, char ** kbdtypep, int flags); char * translateString(char * str); -void setLanguage (char * key); +void setLanguage (char * key, int flags); /* define ask johnsonm@redhat.com where this came from */ #define KMAP_MAGIC 0x8B39C07F |