blob: 7b5a657d0279d7658e4b2f662b3c7c6bc5f3148c [file] [log] [blame]
piotr437f5462014-02-04 17:57:25 +01001
2#ifndef __SCH_H__
3#define __SCH_H__ 1
4
ptrkrysik3be74a72014-12-13 10:11:00 +01005#include <grgsm/api.h>
piotr437f5462014-02-04 17:57:25 +01006
7#ifdef __cplusplus
8extern "C"
9{
10#endif
11
Piotr Krysikaf8ad5d2016-05-29 13:05:48 +020012 GRGSM_API int decode_sch(const unsigned char *buf, int * t1_o, int * t2_o, int * t3_o, int * ncc, int * bcc);
piotr437f5462014-02-04 17:57:25 +010013
14#ifdef __cplusplus
15}
16#endif
17
18#endif
19