From 6248a8c9b65002137aad3bf7a5f941e5262bc58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 20 Sep 2000 06:13:14 +0000 Subject: [PATCH] added RIG_MODEL_IC731 git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@134 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- common/riglist.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/riglist.h b/common/riglist.h index ba44dcb6a..11c51ee74 100644 --- a/common/riglist.h +++ b/common/riglist.h @@ -4,7 +4,7 @@ * This program defines the list of supported rigs. * * - * $Id: riglist.h,v 1.3 2000-09-19 00:25:33 javabear Exp $ * + * $Id: riglist.h,v 1.4 2000-09-20 06:13:14 f4cfe Exp $ * * * * This program is free software; you can redistribute it and/or @@ -39,7 +39,8 @@ enum rig_model_e { RIG_MODEL_TS950, RIG_MODEL_IC706, RIG_MODEL_IC706MKII, - RIG_MODEL_IC706MKIIG + RIG_MODEL_IC706MKIIG, + RIG_MODEL_IC731 /* etc. */ }; @@ -49,6 +50,7 @@ typedef enum rig_model_e rig_model_t; * It would be nice to have an automatic way of referencing all the backends * supported by hamlib. Maybe this array should be placed in a separate file.. */ +extern const struct rig_caps ft747_caps; extern const struct rig_caps ft847_caps; extern const struct rig_caps ic706_caps; extern const struct rig_caps ic706mkiig_caps;