Changeset 10857
- Timestamp:
- 10/31/11 21:10:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/header.h
r10849 r10857 1 1 #ifndef HEADER_H 2 2 #define HEADER_H 3 4 //multiepg.h 5 void screenmultiepg(struct channel* chnode, struct epg* epgnode); 6 7 //harddisk.h 8 void hddfsck(char* dev); 9 void hddformat(char* dev, char* filesystem); 10 int addhddall(); 3 11 4 12 //autores.h … … 90 98 //httpd.h 91 99 void httpdthreadfunc(struct stimerthread* timernode); 100 void sendoktext(int* connfd, char* text); 92 101 93 102 //skinconfig.h … … 328 337 void delbouquetbychannel(int serviceid, int transponderid); 329 338 struct bouquet* getbouquetbychannelmain(int serviceid, int transponderid); 339 void recalcbouquetnr(); 330 340 331 341 //audiotrack.h
Note: See TracChangeset
for help on using the changeset viewer.