diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 237c75ab5..817ef8e70 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -2240,9 +2240,9 @@ typedef struct hamlib_port { typedef struct hamlib_port_deprecated { union { - rig_port_t_deprecated rig; /*!< Communication port type */ - ptt_type_t_deprecated ptt; /*!< PTT port type */ - dcd_type_t_deprecated dcd; /*!< DCD port type */ + rig_port_t rig; /*!< Communication port type */ + ptt_type_t ptt; /*!< PTT port type */ + dcd_type_t dcd; /*!< DCD port type */ } type; int fd; /*!< File descriptor */