aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver/sch.h
blob: 11a6d06330ad689b8344ffc29783b66b99c9d27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __SCH_H__
#define __SCH_H__ 1

#include <gsm/api.h>

#ifdef __cplusplus
extern "C"
{
#endif

  GSM_API int decode_sch(const unsigned char *buf, int * t1_o, int * t2_o, int * t3_o, int * ncc, int * bcc);

#ifdef __cplusplus
}
#endif

#endif