diff options
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h index 09b7376..f3a28ba 100644 --- a/device-functions.h +++ b/device-functions.h @@ -1,6 +1,10 @@ #ifndef DEVICE_FUNCTIONS_H_ #define DEVICE_FUNCTIONS_H_ + #include "globals.h" +#include <glib.h> + +ChannelStruct TestState[max_channels]; void idn_string(gchar** response); int Set_frequency(int check_possible_only,int word_override,int range_override,int channel,float set_freq); |