diff options
author | root <root@xena.domain.avtechpulse.com> | 2012-08-23 09:24:20 -0400 |
---|---|---|
committer | root <root@xena.domain.avtechpulse.com> | 2012-08-23 09:24:20 -0400 |
commit | 8c3652a30c35847380e19397077e41362bdefcb6 (patch) | |
tree | b59cacf814ba8d53284530a8107a0fca2320bbb2 /device-functions.h | |
parent | a453d3b91e5d947f4706c2c355948eda7a8f15d2 (diff) |
added most commands to the parser, with supporting global vars
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 1 |
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); |