~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to src/tech.h

  • Committer: mfcn
  • Date: 2006-02-24 09:42:47 UTC
  • Revision ID: svn-v3-trunk0:ba97a3d1-ec25-0410-b1c6-e06ad936ea6c:trunk:125
        * src/gui.c, src/gui.h, src/prefs.c, src/prefs.h, src/tech.c,
        src/tech.h, src/trayicon.h: added an function that scans for
        stations on first run, and adds them to the presets.
        * Code cleanup here and there

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
int radio_init(char *device);
35
35
 
 
36
int radio_is_init(void);
 
37
 
36
38
void radio_stop(void);
37
39
 
38
40
int radio_setfreq(float freq);
39
41
 
 
42
int radio_check_station(float freq);
 
43
 
40
44
void radio_unmute();
41
45
 
42
46
void radio_mute();