fix missing set_conf/get_conf ability

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@975 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-02-27 23:19:09 +00:00
rodzic 0fdb8258dc
commit 72a9070a45
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - IC-R8500 description
* Copyright (c) 2000,2001 by Stephane Fillod
*
* $Id: icr8500.c,v 1.13 2001-10-07 21:48:02 f4cfe Exp $
* $Id: icr8500.c,v 1.14 2002-02-27 23:19:09 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
@ -140,6 +140,10 @@ filters: {
RIG_FLT_END,
},
cfgparams: icom_cfg_params,
set_conf: icom_set_conf,
get_conf: icom_get_conf,
priv: (void*)&icr8500_priv_caps,
rig_init: icom_init,
rig_cleanup: icom_cleanup,