Fix compilation warning about hamlib_check_rig_caps

pull/943/head
Mike Black W9MDB 2022-01-18 17:28:53 -06:00
rodzic f48654e199
commit 09c1d74a82
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2006,7 +2006,7 @@ struct rig_caps {
size_t frame_length,
const unsigned char *frame);
// this will be used to check rigcaps structure is compatible with client
const char *hamlib_check_rig_caps; // a constant value we can check for hamlib integrity
char *hamlib_check_rig_caps; // a constant value we can check for hamlib integrity
int (*get_conf2)(RIG *rig, token_t token, char *val, int val_len);
};
//! @endcond