summaryrefslogtreecommitdiff
path: root/device-functions.h
blob: 2702753e1af7573441175592fddf4dd54e140f2f (plain)
1
2
3
4
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