aboutsummaryrefslogtreecommitdiff
path: root/getfreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'getfreq.h')
-rw-r--r--getfreq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/getfreq.h b/getfreq.h
index a8257eb..6699cd5 100644
--- a/getfreq.h
+++ b/getfreq.h
@@ -23,7 +23,7 @@
void gf_init();
int gf_current(int core);
-bool gf_available(int core, char* out, int size);
+int gf_available(int core, char* out, int size);
char* gf_get_frequency_label(int freq);
char* gf_freqa(int core, int index);
int gf_freqi(int core, int index);