blob: 09b73764660efb2bea537d04efc522b428e3d5ee (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef DEVICE_FUNCTIONS_H_
#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);
#endif
|