[Hamlib-cvs-digest] CVS: hamlib/icom ic706.c,1.7,1.8
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephane F. <f4...@us...> - 2000-11-28 22:26:25
|
Update of /cvsroot/hamlib/hamlib/icom In directory slayer.i.sourceforge.net:/tmp/cvs-serv32734 Modified Files: ic706.c Log Message: * added split/rptr capability Index: ic706.c =================================================================== RCS file: /cvsroot/hamlib/hamlib/icom/ic706.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** ic706.c 2000/10/23 19:48:12 1.7 --- ic706.c 2000/11/28 22:26:20 1.8 *************** *** 222,225 **** --- 222,231 ---- set_rptr_shift: icom_set_rptr_shift, get_rptr_shift: icom_get_rptr_shift, + set_rptr_offs: icom_set_rptr_offs, + get_rptr_offs: icom_get_rptr_offs, + set_split_freq: icom_set_split_freq, + get_split_freq: icom_get_split_freq, + set_split: icom_set_split, + get_split: icom_get_split, }; |