function renamed

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@132 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.0
Stéphane Fillod, F8CFE 2000-09-19 07:06:48 +00:00
rodzic e06700e78f
commit 2089dbf5d1
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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