~ubuntu-branches/ubuntu/maverick/libhdhomerun/maverick

« back to all changes in this revision

Viewing changes to hdhomerun_os_windows.h

  • Committer: Bazaar Package Importer
  • Author(s): John Baab, John Baab, Mario Limonciello
  • Date: 2010-09-10 11:49:17 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100910114917-chp15amn15s078pb
Tags: 20100828-0ubuntu1
[ John Baab ]
* New upstream version.

[ Mario Limonciello ]
* Update Vcs-Bzr to ~mythbuntu-dev for easier change requests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
extern "C" {
79
79
#endif
80
80
 
 
81
extern LIBTYPE uint32_t random_get32(void);
81
82
extern LIBTYPE uint64_t getcurrenttime(void);
82
83
extern LIBTYPE void msleep_approx(uint64_t ms);
83
84
extern LIBTYPE void msleep_minimum(uint64_t ms);