kopia lustrzana https://github.com/Hamlib/Hamlib
make tt565_transaction() static
(cherry picked from commit fde68a09eb
)
Signed-off-by: Nate Bargmann <n0nb@n0nb.us>
Hamlib-1.2.15
rodzic
1788452d9e
commit
89bce719bf
|
@ -111,7 +111,7 @@ double tt565_timenow() /* returns current time in secs+microsecs */
|
||||||
* Otherwise, you'll get a nice seg fault. You've been warned!
|
* Otherwise, you'll get a nice seg fault. You've been warned!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int tt565_transaction(RIG *rig, const char *cmd, int cmd_len, char *data, int *data_len)
|
static int tt565_transaction(RIG *rig, const char *cmd, int cmd_len, char *data, int *data_len)
|
||||||
{
|
{
|
||||||
int retval, data_len_init, itry;
|
int retval, data_len_init, itry;
|
||||||
struct rig_state *rs;
|
struct rig_state *rs;
|
||||||
|
|
Ładowanie…
Reference in New Issue