diff options
Diffstat (limited to 'src/mds-kkbd.h')
-rw-r--r-- | src/mds-kkbd.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mds-kkbd.h b/src/mds-kkbd.h index 3fa7eca..05875b9 100644 --- a/src/mds-kkbd.h +++ b/src/mds-kkbd.h @@ -23,6 +23,14 @@ /** + * The keyboard listener thread's main function + * + * @param data Input data + * @return Output data + */ +void* keyboard_loop(void* data); + +/** * Send a full message even if interrupted * * @param message The message to send |