diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-19 13:37:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-19 13:37:19 +0200 |
commit | ce5160a39d26a8e7cf0633d0d144436a5156837a (patch) | |
tree | 5ac139854c4d620f7549c4be4c1231644ba0a49b /src/mds-kkbd.h | |
parent | typo + continued work on mds-colour (diff) | |
download | mds-ce5160a39d26a8e7cf0633d0d144436a5156837a.tar.gz mds-ce5160a39d26a8e7cf0633d0d144436a5156837a.tar.bz2 mds-ce5160a39d26a8e7cf0633d0d144436a5156837a.tar.xz |
put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameter
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-kkbd.h')
-rw-r--r-- | src/mds-kkbd.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mds-kkbd.h b/src/mds-kkbd.h index 3ce2124..8037e83 100644 --- a/src/mds-kkbd.h +++ b/src/mds-kkbd.h @@ -115,15 +115,6 @@ int handle_keycode_map(const char* recv_client_id, const char* recv_message_id, int remap_led_cmdline(char* arg); /** - * Send a full message even if interrupted - * - * @param message The message to send - * @param length The length of the message - * @return Zero on success, -1 on error - */ -int full_send(const char* message, size_t length); - -/** * Acquire access of the keyboard's LED:s * * @return Zero on success, -1 on error |