diff options
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h new file mode 100644 index 0000000..2702753 --- /dev/null +++ b/device-functions.h @@ -0,0 +1,5 @@ +#ifndef DEVICE_FUNCTIONS_H_ +#define DEVICE_FUNCTIONS_H_ +#include "globals.h" +int Set_frequency(int check_possible_only,int word_override,int range_override,int channel,float set_freq); +#endif
\ No newline at end of file |