view libmpcodecs/native/xa_gsm.h @ 25874:62e8b0134919

sync w/ r25821
author gpoirier
date Mon, 28 Jan 2008 13:33:09 +0000
parents 58ff364dc851
children 4129c8cfa742
line wrap: on
line source

#ifndef XA_GSM_H
#define XA_GSM_H

void XA_MSGSM_Decoder(unsigned char *ibuf,unsigned short *obuf);
void XA_GSM_Decoder(unsigned char *ibuf,unsigned short *obuf);
void GSM_Init(void);

#endif /* XA_GSM_H */