From 4921cf32c8bda089a21dc4a14ce191ed477f80ff Mon Sep 17 00:00:00 2001 From: Midas Date: Thu, 22 Apr 2010 01:06:40 +0200 Subject: Initial release. Version 0.0.1b. Fork of the taste plugin 0.0.2d by LordJaxom. Patches for the taste plugin by tomg and mapovi were added permanently to the source of the block plugin. For more information, feature list und bugfixes read HISTORY and README please. --- block/common.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 block/common.h (limited to 'block/common.h') diff --git a/block/common.h b/block/common.h new file mode 100644 index 0000000..c93d643 --- /dev/null +++ b/block/common.h @@ -0,0 +1,18 @@ +/** + * based on common.h,v 1.2 2007/06/18 17:58:52 lordjaxom + * + * version by Midas + * + */ + +#ifndef VDR_BLOCK_COMMON_H +#define VDR_BLOCK_COMMON_H + +#include +#include + +#if VDRVERSNUM >= 10318 +inline uint64_t time_ms() { return cTimeMs::Now(); } +#endif + +#endif // VDR_BLOCK_COMMON_H -- cgit v1.2.3