btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / terminal / VTKeyTbl.h
blob8f4c2842030b540192a7f91ed48ceceb071e6e32
1 /*
2 * Copyright 2013 Ingo Weinhold, ingo_weinhold@gmx.de. All rights reserved.
3 * Distributed under the terms of the MIT license.
4 */
5 #ifndef VT_KEY_TABLE_H
6 #define VT_KEY_TABLE_H
9 extern int function_keycode_table[];
10 extern char* function_key_char_table[];
13 #endif // VT_KEY_TABLE_H