aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver/sch.h
blob: 7b5a657d0279d7658e4b2f662b3c7c6bc5f3148c (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 <grgsm/api.h>

#ifdef __cplusplus
extern "C"
{
#endif

  GRGSM_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