26 #if !defined(_SPANDSP_GSM0610_H_)
27 #define _SPANDSP_GSM0610_H_
52 GSM0610_PACKING_WAV49,
75 #if defined(__cplusplus)
118 SPAN_DECLARE(
int) gsm0610_pack_none(uint8_t c[], const
gsm0610_frame_t *s);
130 SPAN_DECLARE(
int) gsm0610_pack_voip(uint8_t c[], const
gsm0610_frame_t *s);
132 SPAN_DECLARE(
int) gsm0610_unpack_none(
gsm0610_frame_t *s, const uint8_t c[]);
144 SPAN_DECLARE(
int) gsm0610_unpack_voip(
gsm0610_frame_t *s, const uint8_t c[]);
146 #if defined(__cplusplus)