From 2089dbf5d1387411da4bfa8ba72c451e98307521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Tue, 19 Sep 2000 07:06:48 +0000 Subject: [PATCH] function renamed git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@132 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/icom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icom/icom.h b/icom/icom.h index e2cf40cd9..2d67357ce 100644 --- a/icom/icom.h +++ b/icom/icom.h @@ -6,7 +6,7 @@ * via serial interface to an ICOM using the "CI-V" interface. * * - * $Id: icom.h,v 1.1 2000-09-16 01:43:48 f4cfe Exp $ + * $Id: icom.h,v 1.2 2000-09-19 07:06:48 f4cfe Exp $ * * * This program is free software; you can redistribute it and/or @@ -36,7 +36,7 @@ struct icom_priv_data { int icom_init(RIG *rig); int icom_cleanup(RIG *rig); -int icom_set_freq_main_vfo_hz(RIG *rig, freq_t freq, rig_mode_t mode); +int icom_set_freq(RIG *rig, freq_t freq); /* helper functions */ int make_cmd_frame(char frame[], char re_id, char cmd, int subcmd, const char *data, int data_len);