aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kkbd.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-12 02:29:52 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-12 02:29:52 +0200
commitf3cf22b436f8f3e20a9b2f9256ff7c58aa0afda3 (patch)
tree4acb9a75483d6dbbf9a56d08cadc7273d0cd6156 /src/mds-kkbd.h
parentthe kernel messes with /proc/*/exe (security precaution?), so we read /proc/self/exec when we start the server (diff)
downloadmds-f3cf22b436f8f3e20a9b2f9256ff7c58aa0afda3.tar.gz
mds-f3cf22b436f8f3e20a9b2f9256ff7c58aa0afda3.tar.bz2
mds-f3cf22b436f8f3e20a9b2f9256ff7c58aa0afda3.tar.xz
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/mds-kkbd.h8
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