diff options
author | austriancoder <austriancoder> | 2004-08-05 23:05:21 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-08-05 23:05:21 +0000 |
commit | c47666d42f7972e1b51f9de61ce0fa27c72f3127 (patch) | |
tree | e34a87e37901b7f892fb6f330ccb15bcba30039b /dxr3nextpts.c | |
download | vdr-plugin-dxr3-c47666d42f7972e1b51f9de61ce0fa27c72f3127.tar.gz vdr-plugin-dxr3-c47666d42f7972e1b51f9de61ce0fa27c72f3127.tar.bz2 |
initial import
Diffstat (limited to 'dxr3nextpts.c')
-rw-r--r-- | dxr3nextpts.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dxr3nextpts.c b/dxr3nextpts.c new file mode 100644 index 0000000..72b3e31 --- /dev/null +++ b/dxr3nextpts.c @@ -0,0 +1,4 @@ +#include "dxr3nextpts.h" + +// ================================== +cMutex* cDxr3NextPts::m_pMutex = new cMutex; |