summaryrefslogtreecommitdiff
path: root/softhddev.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-01-10 15:52:07 +0100
committerJohns <johns98@gmx.net>2012-01-10 15:52:07 +0100
commit3a97700981e67fa1dab9179b1d3c75c1718fe309 (patch)
tree5e6d23dd35fe30c8f0a3b6af5669c5bdddbc859b /softhddev.h
parent8d624224e932caaf6964680b1f9d4d33400e0caf (diff)
downloadvdr-plugin-softhddevice-3a97700981e67fa1dab9179b1d3c75c1718fe309.tar.gz
vdr-plugin-softhddevice-3a97700981e67fa1dab9179b1d3c75c1718fe309.tar.bz2
Add main menu entry, which suspends the plugin.
Diffstat (limited to 'softhddev.h')
-rw-r--r--softhddev.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h
index fbd4673..51e07ba 100644
--- a/softhddev.h
+++ b/softhddev.h
@@ -76,6 +76,10 @@ extern "C"
/// C plugin main thread hook
extern void MainThreadHook(void);
+ /// Suspend plugin
+ extern void Suspend(void);
+ /// Resume plugin
+ extern void Resume(void);
#ifdef __cplusplus
}
#endif