make tt565_transaction() static

(cherry picked from commit fde68a09eb)

Signed-off-by: Nate Bargmann <n0nb@n0nb.us>
Hamlib-1.2.15
Stephane Fillod 2011-07-20 00:08:35 +02:00 zatwierdzone przez Nate Bargmann
rodzic 1788452d9e
commit 89bce719bf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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!
*/
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;
struct rig_state *rs;