more compilation warnings nuked, use tone_t for ctcss_list

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2088 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.6rc1
Joop Stakenborg, PG4I 2006-03-09 19:45:10 +00:00
rodzic 9ad183c7aa
commit 55f4f1aeb3
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - main file
* Copyright (c) 2000-2005 by Stephane Fillod and others
*
* $Id: kenwood.c,v 1.90 2006-03-07 19:48:20 pa4tu Exp $
* $Id: kenwood.c,v 1.91 2006-03-09 19:45:10 pa4tu 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
@ -104,7 +104,7 @@ static const struct kenwood_id_string kenwood_id_string_list[] = {
/*
* 38 CTCSS sub-audible tones
*/
const int kenwood38_ctcss_list[] = {
const tone_t kenwood38_ctcss_list[] = {
670, 719, 744, 770, 797, 825, 854, 885, 915, 948,
974, 1000, 1035, 1072, 1109, 1148, 1188, 1230, 1273, 1318,
1365, 1413, 1462, 1514, 1567, 1622, 1679, 1738, 1799, 1862,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - main header
* Copyright (c) 2000-2004 by Stephane Fillod
*
* $Id: kenwood.h,v 1.40 2005-04-03 20:14:26 fillods Exp $
* $Id: kenwood.h,v 1.41 2006-03-09 19:45:10 pa4tu 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
@ -34,7 +34,7 @@ struct kenwood_priv_caps {
};
extern const int kenwood38_ctcss_list[];
extern const tone_t kenwood38_ctcss_list[];
int kenwood_transaction(RIG *rig, const char *cmd, int cmd_len, char *data,
size_t *data_len);