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 8df9eca..54527a6 100644
--- a/getfreq.h
+++ b/getfreq.h
@@ -22,7 +22,7 @@
void gf_init();
int gf_current(int core);
int gf_available(int core, char* out, int size);
-void gf_get_frequency_label(int freq, char* out);
+char* gf_get_frequency_label(int freq);
char* gf_freqa(int core, int index);
int gf_freqi(int core, int index);
int gf_number();