summaryrefslogtreecommitdiff
path: root/device-functions.h
blob: f3a28ba39b6f8051beebc5c591c4d67468d0699c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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);
void Main_Rst(void);

#endif