blob: 11a6d06330ad689b8344ffc29783b66b99c9d27e [file] [log] [blame]
piotr437f5462014-02-04 17:57:25 +01001
2#ifndef __SCH_H__
3#define __SCH_H__ 1
4
5#include <gsm/api.h>
6
7#ifdef __cplusplus
8extern "C"
9{
10#endif
11
12 GSM_API int decode_sch(const unsigned char *buf, int * t1_o, int * t2_o, int * t3_o, int * ncc, int * bcc);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif
19