summaryrefslogtreecommitdiff
path: root/softhddev.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-04-05 15:47:59 +0200
committerJohns <johns98@gmx.net>2012-04-05 15:47:59 +0200
commitc986d285ea28e824d02ce5253f6e29d3e8da8df3 (patch)
tree0be58ecff4d56dab590c423631cd5d556bc60899 /softhddev.h
parent8612044b9bf051e0ecd9b900e1f8a3ce1b035483 (diff)
downloadvdr-plugin-softhddevice-c986d285ea28e824d02ce5253f6e29d3e8da8df3.tar.gz
vdr-plugin-softhddevice-c986d285ea28e824d02ce5253f6e29d3e8da8df3.tar.bz2
Buffer less video and audio.
Diffstat (limited to 'softhddev.h')
-rw-r--r--softhddev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h
index 78862d6..77181c7 100644
--- a/softhddev.h
+++ b/softhddev.h
@@ -81,6 +81,8 @@ extern "C"
extern int Start(void);
/// C plugin stop code
extern void Stop(void);
+ /// C plugin house keeping
+ extern void Housekeeping(void);
/// C plugin main thread hook
extern void MainThreadHook(void);