diff --git a/icom/icom.h b/icom/icom.h index 0e7d3b27a..70255d746 100644 --- a/icom/icom.h +++ b/icom/icom.h @@ -2,7 +2,7 @@ * Hamlib CI-V backend - main header * Copyright (c) 2000-2003 by Stephane Fillod * - * $Id: icom.h,v 1.62 2003-11-16 17:28:29 fillods Exp $ + * $Id: icom.h,v 1.63 2003-12-04 23:22:52 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -56,12 +56,10 @@ .freq = 1, \ .mode = 1, \ .width = 1, \ - .rptr_shift = 1, \ + .tx_freq = 1, \ + .tx_mode = 1, \ + .tx_width = 1, \ .rptr_offs = 1, \ - .ctcss_tone = 1, \ - .ctcss_sql = 1, \ - .dcs_code = 1, \ - .dcs_sql = 1, \ } struct ts_sc_list { @@ -127,6 +125,7 @@ int icom_set_split_mode(RIG *rig, vfo_t vfo, rmode_t tx_mode, pbwidth_t tx_width int icom_get_split_mode(RIG *rig, vfo_t vfo, rmode_t *tx_mode, pbwidth_t *tx_width); int icom_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo); int icom_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo); +int icom_mem_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo); int icom_set_ts(RIG *rig, vfo_t vfo, shortfreq_t ts); int icom_get_ts(RIG *rig, vfo_t vfo, shortfreq_t *ts); int icom_set_ptt(RIG *rig, vfo_t vfo, ptt_t ptt);