From 9acfdf7aff9f295f79b01a3648deb1fc69b34b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 27 Jan 2002 14:51:07 +0000 Subject: [PATCH] added new tuning step lists git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@919 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/icom.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icom/icom.h b/icom/icom.h index 24d8b7442..0f96e15eb 100644 --- a/icom/icom.h +++ b/icom/icom.h @@ -2,7 +2,7 @@ * Hamlib CI-V backend - main header * Copyright (c) 2000,2001,2002 by Stephane Fillod * - * $Id: icom.h,v 1.36 2001-12-28 20:28:03 fillods Exp $ + * $Id: icom.h,v 1.37 2002-01-27 14:51:07 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 @@ -59,7 +59,9 @@ extern const struct ts_sc_list r8500_ts_sc_list[]; extern const struct ts_sc_list ic737_ts_sc_list[]; extern const struct ts_sc_list r75_ts_sc_list[]; extern const struct ts_sc_list r7100_ts_sc_list[]; +extern const struct ts_sc_list r9000_ts_sc_list[]; extern const struct ts_sc_list ic756_ts_sc_list[]; +extern const struct ts_sc_list ic756pro_ts_sc_list[]; extern const struct ts_sc_list ic706_ts_sc_list[]; int icom_init(RIG *rig);