FreeCalypso > hg > gsm-codec-lib
diff libgsmfr2/ed_state.c @ 533:3a617e4e9b27
libgsmfr2: add const words with struct sizes
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 19 Sep 2024 21:58:10 +0000 |
| parents | ffdcdb27d673 |
| children |
line wrap: on
line diff
--- a/libgsmfr2/ed_state.c Thu Sep 19 21:00:18 2024 +0000 +++ b/libgsmfr2/ed_state.c Thu Sep 19 21:58:10 2024 +0000 @@ -11,6 +11,8 @@ #include "typedef.h" #include "ed_state.h" +const unsigned gsmfr_0610_state_size = sizeof(struct gsmfr_0610_state); + struct gsmfr_0610_state *gsmfr_0610_create(void) { struct gsmfr_0610_state *st;
