From 953235d62150d328ba70fa49bbf2327d80370ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Tue, 28 Nov 2000 22:26:20 +0000 Subject: [PATCH] * added split/rptr capability git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@271 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/ic706.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/icom/ic706.c b/icom/ic706.c index 36c38550e..8652583dc 100644 --- a/icom/ic706.c +++ b/icom/ic706.c @@ -7,7 +7,7 @@ * using the "CI-V" interface. * * - * $Id: ic706.c,v 1.7 2000-10-23 19:48:12 f4cfe Exp $ + * $Id: ic706.c,v 1.8 2000-11-28 22:26:20 f4cfe Exp $ * * * @@ -221,6 +221,12 @@ set_ts: icom_set_ts, get_ts: icom_get_ts, 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, };