| 1 | /*************************************************************************** |
| 2 | key.h - description |
| 3 | ------------------- |
| 4 | begin : Sun Oct 28 2001 |
| 5 | copyright : (C) 2001 by Pete Bernert |
| 6 | email : BlackDove@addcom.de |
| 7 | ***************************************************************************/ |
| 8 | /*************************************************************************** |
| 9 | * * |
| 10 | * This program is free software; you can redistribute it and/or modify * |
| 11 | * it under the terms of the GNU General Public License as published by * |
| 12 | * the Free Software Foundation; either version 2 of the License, or * |
| 13 | * (at your option) any later version. See also the license.txt file for * |
| 14 | * additional informations. * |
| 15 | * * |
| 16 | ***************************************************************************/ |
| 17 | |
| 18 | #ifndef _KEY_INTERNALS_H |
| 19 | #define _KEY_INTERNALS_H |
| 20 | |
| 21 | void SetKeyHandler(void); |
| 22 | void ReleaseKeyHandler(void); |
| 23 | |
| 24 | #endif // _KEY_INTERNALS_H |