diff options
author | Chris Lumens <clumens@redhat.com> | 2005-12-19 21:54:57 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-12-19 21:54:57 +0000 |
commit | af50332151e5903701bf649f9f28617d71285c49 (patch) | |
tree | ed7e6eed4dc50e1a84881d075c93de9c05d8bf7c /loader2/kbd.h | |
parent | 618732f10547e62c6a99f49104ceb64bc3f02b22 (diff) | |
download | anaconda-af50332151e5903701bf649f9f28617d71285c49.tar.gz anaconda-af50332151e5903701bf649f9f28617d71285c49.tar.xz anaconda-af50332151e5903701bf649f9f28617d71285c49.zip |
Use loaderData instead of $LANG to determine which keyboard we should
default to in the list (#172266).
Diffstat (limited to 'loader2/kbd.h')
-rw-r--r-- | loader2/kbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/kbd.h b/loader2/kbd.h index 90a4f88b1..d4cb70c44 100644 --- a/loader2/kbd.h +++ b/loader2/kbd.h @@ -1,7 +1,7 @@ #ifndef H_KBD #define H_KBD -int chooseKeyboard(char ** keymap, char ** kbdtypep, int flags); +int chooseKeyboard(struct loaderData_s * loaderData, char ** kbdtypep, int flags); void setKickstartKeyboard(struct loaderData_s * loaderData, int argc, char ** argv, int * flagsPtr); |