mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-15 06:30:23 +00:00
7 lines
187 B
C
7 lines
187 B
C
/* kb.h - interface for keyboard I/O */
|
|
/* The implementation is in kbunix.c, kbmsdos.c, kbvms.c, etc. */
|
|
|
|
void kbCbreak(void), kbNorm(void);
|
|
int kbGet(void);
|
|
void kbFlush(int thorough);
|