OSDN Git Service

add epgdump.
[rec10/rec10-git.git] / 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