comparison libgsmfr2/pp_state.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
5 5
6 #include <stdint.h> 6 #include <stdint.h>
7 #include <stdlib.h> 7 #include <stdlib.h>
8 #include <string.h> 8 #include <string.h>
9 #include "tw_gsmfr.h" 9 #include "tw_gsmfr.h"
10 #include "pp_internal.h" 10 #include "pp_state.h"
11 11
12 struct gsmfr_preproc_state *gsmfr_preproc_create(void) 12 struct gsmfr_preproc_state *gsmfr_preproc_create(void)
13 { 13 {
14 struct gsmfr_preproc_state *st; 14 struct gsmfr_preproc_state *st;
15 15