Changeset 24228


Ignore:
Timestamp:
10/12/13 12:46:36 (9 years ago)
Author:
obi
Message:

fix build

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/header.h

    r24154 r24228  
    384384int movesatdown(struct sat* node);
    385385int movesatup(struct sat* node);
    386 int sat2bouquet(int orbitalpos);
     386int sat2bouquet(int orbitalpos, int flag);
    387387
    388388//provider.h
     
    812812int mainbouquet2epgscanlist(struct mainbouquet* mnode);
    813813int mainbouquet2channelslot(struct mainbouquet* mnode, int slot);
     814void delmainbouquet(char *name, int flag);
    814815
    815816//listbox.h
  • titan/titan/scan.h

    r24226 r24228  
    18291829        int iinversion = -1, ipolarization = -1;
    18301830        int ifec = -1, imodulation = -1, irolloff = -1, ipilot = -1, isystem = -1;
    1831         int inetworkscan = -1, ionlyfree = -1, iclear = -1, iblindscan = -1, ichangename = -1, ifavtype = -1, iemptybouquet = -1, irmunusedbouquetchannels = -1;
     1831        int inetworkscan = -1, ionlyfree = -1, iclear = -1, iblindscan = -1, ichangename = -1;
     1832        int ifavtype = -1, iemptybouquet = -1, iunusedbouquetchannels = -1;
    18321833        int i = 0, treffer = 0, tunercount = 0;
    18331834        struct skin* scan = getscreen("manualscan");
Note: See TracChangeset for help on using the changeset viewer.