update old getkey() function to new get_key()

This commit is contained in:
marschap
2006-04-06 14:19:23 +00:00
parent 961147129d
commit 5486360e08
2 changed files with 36 additions and 33 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ MODULE_EXPORT void glk_set_contrast(Driver *drvthis, int promille);
MODULE_EXPORT void glk_backlight(Driver *drvthis, int on);
MODULE_EXPORT void glk_output(Driver *drvthis, int on);
MODULE_EXPORT char glk_getkey(Driver *drvthis);
MODULE_EXPORT const char *glk_get_key(Driver *drvthis);
MODULE_EXPORT void glk_init_vbar(Driver *drvthis);
MODULE_EXPORT void glk_init_hbar(Driver *drvthis);