summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-07-31 18:56:55 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-07-31 18:56:55 +0200
commit2a2bdca0dd643b88a538b9b0f37c85ea79df1ddd (patch)
treebf68a164a4a9dc627eb7389d86711958426bb028 /include/baresip.h
parent8673275df8551a378fddfa570ace148eb340cf07 (diff)
define KEYCODE_REL for key release
Diffstat (limited to 'include/baresip.h')
-rw-r--r--include/baresip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index a8873db..3dac69e 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -641,6 +641,10 @@ int ui_password_prompt(char **passwordp);
* Command interface
*/
+/* special keys */
+#define KEYCODE_REL (0x00) /* Key was released */
+
+
/** Command flags */
enum {
CMD_PRM = (1<<0), /**< Command with parameter */