* clear out some warnings by gcc 9.3.1.
[alpine.git] / pico / osdep / getkey.h
blob98d52aa75480a1ada3ad1895c66acf391eeb4c99
1 /*
2 * $Id: getkey.h 767 2007-10-24 00:03:59Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
17 #ifndef PICO_OSDEP_GETKEY_INCLUDED
18 #define PICO_OSDEP_GETKEY_INCLUDED
21 #include <general.h>
24 /* exported prototypes */
25 UCS GetKey(void);
26 void kpinsert(char *, int, int);
27 #if TYPEAH
28 int typahead(void);
29 #endif /* TYPEAH */
30 #ifndef _WINDOWS
31 UCS kbseq(int (*getcfunc)(int (*recorder)(int ), void (*bail_handler)(void )),
32 int (*recorder)(int), void (*bail_handler)(void), void *, UCS *);
33 void kbdestroy(KBESC_T *);
34 #endif
36 #endif /* PICO_OSDEP_GETKEY_INCLUDED */