diff options
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); |