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);