comparison libgsmfr2/pp_good.c @ 262:573afa985df6

libgsmfr2: split pp_state.h from pp_internal.h
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Apr 2024 00:43:36 +0000
parents a33edf624061
children
comparison
equal deleted inserted replaced
261:cfcb3ce9c778 262:573afa985df6
3 */ 3 */
4 4
5 #include <stdint.h> 5 #include <stdint.h>
6 #include <string.h> 6 #include <string.h>
7 #include "tw_gsmfr.h" 7 #include "tw_gsmfr.h"
8 #include "pp_state.h"
8 #include "pp_internal.h" 9 #include "pp_internal.h"
9 10
10 void gsmfr_preproc_good_frame(struct gsmfr_preproc_state *st, uint8_t *frame) 11 void gsmfr_preproc_good_frame(struct gsmfr_preproc_state *st, uint8_t *frame)
11 { 12 {
12 int sid; 13 int sid;