summaryrefslogtreecommitdiff
path: root/device-functions.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-23 14:49:16 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-23 14:49:16 -0400
commit8ca8f7fbf06ac9ce5f2817e31d6bae330f243aa1 (patch)
treec4c5f0f70234d8dc3a6e3fc4995af0053e144035 /device-functions.h
parent913fc3cf402788ec671102f76ad27dc9436be6f6 (diff)
added full error checker
Diffstat (limited to 'device-functions.h')
-rw-r--r--device-functions.h4
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);