summaryrefslogtreecommitdiff
path: root/device-functions.h
diff options
context:
space:
mode:
authorroot <root@xena.domain.avtechpulse.com>2012-08-23 09:24:20 -0400
committerroot <root@xena.domain.avtechpulse.com>2012-08-23 09:24:20 -0400
commit8c3652a30c35847380e19397077e41362bdefcb6 (patch)
treeb59cacf814ba8d53284530a8107a0fca2320bbb2 /device-functions.h
parenta453d3b91e5d947f4706c2c355948eda7a8f15d2 (diff)
added most commands to the parser, with supporting global vars
Diffstat (limited to 'device-functions.h')
-rw-r--r--device-functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h
index 0688710..09b7376 100644
--- a/device-functions.h
+++ b/device-functions.h
@@ -2,6 +2,7 @@
#define DEVICE_FUNCTIONS_H_
#include "globals.h"
+void idn_string(gchar** response);
int Set_frequency(int check_possible_only,int word_override,int range_override,int channel,float set_freq);
void Main_Rst(void);