~ubuntu-branches/ubuntu/hardy/libhdhomerun/hardy

« back to all changes in this revision

Viewing changes to hdhomerun_device.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-02-01 13:08:21 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080201130821-pbgpgrp7z89jpmzf
Tags: 0.20080104-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 */
90
90
extern uint32_t hdhomerun_device_get_device_id(struct hdhomerun_device_t *hd);
91
91
extern uint32_t hdhomerun_device_get_device_ip(struct hdhomerun_device_t *hd);
 
92
extern uint32_t hdhomerun_device_get_device_id_requested(struct hdhomerun_device_t *hd);
 
93
extern uint32_t hdhomerun_device_get_device_ip_requested(struct hdhomerun_device_t *hd);
92
94
extern unsigned int hdhomerun_device_get_tuner(struct hdhomerun_device_t *hd);
93
95
extern void hdhomerun_device_set_device(struct hdhomerun_device_t *hd, uint32_t device_id, uint32_t device_ip);
94
96
extern void hdhomerun_device_set_tuner(struct hdhomerun_device_t *hd, unsigned int tuner);