~ubuntu-branches/ubuntu/breezy/gkrellm-radio/breezy

« back to all changes in this revision

Viewing changes to gkrellm_radio_lirc.h

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2002-04-23 00:01:42 UTC
  • Revision ID: james.westby@ubuntu.com-20020423000142-5rtmhyi5k6ttksul
Tags: 0.3.3-1
New upstream release (closes: Bug#144101) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef GKRELLM_RADIO_LIRC_H
 
3
#define GKRELLM_RADIO_LIRC_H
 
4
 
 
5
#define LIRC_PROG "gkrellm_radio"
 
6
 
 
7
void gkrellm_radio_lirc_prev_station (void);
 
8
void gkrellm_radio_lirc_next_station (void);
 
9
void gkrellm_radio_lirc_mute (void);
 
10
void gkrellm_radio_lirc_power (void);
 
11
void gkrellm_radio_lirc_finetune_up (void);
 
12
void gkrellm_radio_lirc_finetune_down (void);
 
13
 
 
14
int gkrellm_radio_lirc_init (void);
 
15
void gkrellm_radio_lirc_exit (void);
 
16
 
 
17
void inline gkrellm_radio_lirc_next_station (void);
 
18
 
 
19
#endif /* GKRELLM_RADIO_LIRC_H */