diff libgsmfrp/gsm_fr_preproc.h @ 2:2b5770c715ee

libgsmfrp: compiling utility functions
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 19 Nov 2022 07:21:26 +0000
parents 6780b23654bd
children
line wrap: on
line diff
--- a/libgsmfrp/gsm_fr_preproc.h	Sat Nov 19 04:04:01 2022 +0000
+++ b/libgsmfrp/gsm_fr_preproc.h	Sat Nov 19 07:21:26 2022 +0000
@@ -24,7 +24,7 @@
 			      gsm_byte *frame_out);
 
 /* utility function */
-extern int gsmfr_preproc_sid_classify(const gsm_frame *frame);
+extern int gsmfr_preproc_sid_classify(const gsm_byte *frame);
 
 /* utility datum */
 extern const gsm_frame gsmfr_preproc_silence_frame;