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 17b5242..f3c490c 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);
-char* gf_get_frequency_label(int freq);
+void gf_get_frequency_label(char* buffer, size_t max_size, int freq);
char* gf_freqa(int core, int index);
int gf_freqi(int core, int index);
unsigned int gf_number();