Changeset 10859
- Timestamp:
- 10/31/11 21:41:04 (11 years ago)
- Location:
- titan/titan
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/header.h
r10857 r10859 1 1 #ifndef HEADER_H 2 2 #define HEADER_H 3 4 //gmultiepg.h 5 void screengmultiepg(struct channel* chnode, struct epg* epgnode); 3 6 4 7 //multiepg.h -
titan/titan/scan.h
r10849 r10859 1043 1043 servicecheckret(servicestart(status.lastservice->channel, tmpstr, NULL, 0), 0); 1044 1044 free(tmpstr); tmpstr = NULL; 1045 1045 } 1046 1046 1047 1047 #endif -
titan/titan/service.h
r10849 r10859 67 67 int ret = 0, festatus = 1; 68 68 unsigned char *patbuf = NULL; 69 char* tmpstr = NULL;70 69 int checkpmt = 0, pincheck = 0, stopflag = 0, ageprotect = 0; 71 70 struct epg* epgnode = NULL;
Note: See TracChangeset
for help on using the changeset viewer.