diff --git a/alinco/alinco.c b/alinco/alinco.c index cd898415a..da00c2032 100644 --- a/alinco/alinco.c +++ b/alinco/alinco.c @@ -2,7 +2,7 @@ * Hamlib Alinco backend - main file * Copyright (c) 2001 by Stephane Fillod * - * $Id: alinco.c,v 1.9 2001-12-16 11:14:46 fillods Exp $ + * $Id: alinco.c,v 1.10 2001-12-19 03:35:27 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 @@ -39,8 +39,6 @@ #include #include -#include "tone_tbl.h" - #include "alinco.h" @@ -550,7 +548,7 @@ int alinco_get_func(RIG *rig, vfo_t vfo, setting_t func, int *status) /* * alinco_set_level * Assumes rig!=NULL - * FIXME: cannot support PREAMP and ATT both at same time (make sens though) + * FIXME: cannot support PREAMP and ATT both at same time (make sense though) */ int alinco_set_level(RIG *rig, vfo_t vfo, setting_t level, value_t val) { diff --git a/alinco/alinco.h b/alinco/alinco.h index 164e7c283..eddbe2420 100644 --- a/alinco/alinco.h +++ b/alinco/alinco.h @@ -2,7 +2,7 @@ * Hamlib Alinco backend - main header * Copyright (c) 2001 by Stephane Fillod * - * $Id: alinco.h,v 1.8 2001-12-16 11:14:46 fillods Exp $ + * $Id: alinco.h,v 1.9 2001-12-19 03:35:27 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 @@ -25,13 +25,12 @@ #include #include +#include struct alinco_priv_caps { cal_table_t str_cal; }; -extern const tone_t common_ctcss_list[]; - int alinco_set_vfo(RIG *rig, vfo_t vfo); int alinco_get_vfo(RIG *rig, vfo_t *vfo); int alinco_set_freq(RIG *rig, vfo_t vfo, freq_t freq); diff --git a/icom/icom.c b/icom/icom.c index 47a65263f..86f8e71a2 100644 --- a/icom/icom.c +++ b/icom/icom.c @@ -2,7 +2,7 @@ * Hamlib CI-V backend - main file * Copyright (c) 2000,2001 by Stephane Fillod * - * $Id: icom.c,v 1.44 2001-12-16 11:14:46 fillods Exp $ + * $Id: icom.c,v 1.45 2001-12-19 03:35:27 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 @@ -39,8 +39,6 @@ #include #include -#include "tone_tbl.h" - #include "icom.h" #include "icom_defs.h" #include "frame.h" diff --git a/icom/icom.h b/icom/icom.h index e050cd0ca..9e296a0a5 100644 --- a/icom/icom.h +++ b/icom/icom.h @@ -2,7 +2,7 @@ * Hamlib CI-V backend - main header * Copyright (c) 2000,2001 by Stephane Fillod * - * $Id: icom.h,v 1.33 2001-12-16 11:14:46 fillods Exp $ + * $Id: icom.h,v 1.34 2001-12-19 03:35:27 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 @@ -25,6 +25,7 @@ #include #include +#include /* * defines used by comp_cal_str in rig.c @@ -61,7 +62,6 @@ extern const struct ts_sc_list r7100_ts_sc_list[]; extern const struct ts_sc_list ic756_ts_sc_list[]; extern const struct ts_sc_list ic706_ts_sc_list[]; -extern const tone_t common_ctcss_list[]; int icom_init(RIG *rig); int icom_cleanup(RIG *rig); diff --git a/src/rig.c b/src/rig.c index 77dcf9c44..30d7781d4 100644 --- a/src/rig.c +++ b/src/rig.c @@ -12,7 +12,7 @@ * Hamlib Interface - main file * Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton * - * $Id: rig.c,v 1.48 2001-12-16 11:17:42 fillods Exp $ + * $Id: rig.c,v 1.49 2001-12-19 03:35:27 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 @@ -48,8 +48,6 @@ #include "event.h" #include "conf.h" -#include "tone_tbl.h" - /** * \brief Hamlib release number */