From 7d9ef323d76e72bcdc6ba0f6684ab97873ad9e92 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Thu, 16 Nov 2023 14:40:54 -0600 Subject: [PATCH] Add some needed enums --- include/hamlib/rig.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index a0cb2486f..c524dd42c 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -2256,6 +2256,7 @@ enum rig_function_e { RIG_FUNCTION_IS_ASYNC_FRAME, RIG_FUNCTION_PROCESS_ASYNC_FRAME, RIG_FUNCTION_GET_CONF2, + RIG_FUNCTION_STOP_VOICE_MEM, }; /** @@ -2274,7 +2275,8 @@ enum rig_caps_int_e { RIG_CAPS_RIG_MODEL, RIG_CAPS_PORT_TYPE, RIG_CAPS_PTT_TYPE, - RIG_CAPS_HAS_GET_LEVEL + RIG_CAPS_HAS_GET_LEVEL, + RIG_CAPS_HAS_SET_LEVEL, }; enum rig_caps_cptr_e {