summaryrefslogtreecommitdiff
path: root/device-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'device-functions.h')
-rw-r--r--device-functions.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/device-functions.h b/device-functions.h
index 2702753..0688710 100644
--- a/device-functions.h
+++ b/device-functions.h
@@ -1,5 +1,8 @@
#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
+void Main_Rst(void);
+
+#endif