Mike Black W9MDB 2022-11-14 17:55:25 -06:00
rodzic 1aebee2da9
commit d7edd89a12
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -48,6 +48,7 @@ char csv_sep = ','; /* CSV separator */
* Prototypes * Prototypes
*/ */
static int dump_csv_chan(RIG *rig, static int dump_csv_chan(RIG *rig,
vfo_t vfo,
channel_t **chan, channel_t **chan,
int channel_num, int channel_num,
const chan_t *chan_list, const chan_t *chan_list,
@ -552,6 +553,7 @@ void dump_csv_name(const channel_cap_t *mem_caps, FILE *f)
/* Caution! Keep the function consistent with dump_csv_name and set_channel_data! */ /* Caution! Keep the function consistent with dump_csv_name and set_channel_data! */
int dump_csv_chan(RIG *rig, int dump_csv_chan(RIG *rig,
vfo_t vfo,
channel_t **chan_pp, channel_t **chan_pp,
int channel_num, int channel_num,
const chan_t *chan_list, const chan_t *chan_list,