OSDN Git Service

483f6248d5f37eef5ceebf403e355493fcf17eae
[rec10/rec10-git.git] / dist / trunk / tstools / epgdump / util.h
1 #ifndef UTIL_H
2 #define UTILH 1
3
4 #define MAXSECLEN 4096
5
6 #ifdef __cplusplus
7 extern "C"{
8 #endif /* __cplusplus */
9
10         int   getBit(unsigned char *byte, int *pbit, int gbit);
11         void  getStr(char *tostr, unsigned char *byte, int *pbit, int len);
12         int   parseOTHERdesc(unsigned char *data);
13
14 #ifdef __cplusplus
15 }
16 #endif /* __cplusplus */
17
18 #endif