diff options
author | Johns <johns98@gmx.net> | 2012-03-02 00:05:03 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-03-02 00:05:03 +0100 |
commit | 0df8e8a5fc5473eee0e427dd5acfe81e3668a5a4 (patch) | |
tree | 36514b6e26e6c78a63526ac9628dc7bd424d2018 /softhddev.h | |
parent | 6a28064dcebfb0cf6f3d36d3567a33d0620a7686 (diff) | |
download | vdr-plugin-softhddevice-0df8e8a5fc5473eee0e427dd5acfe81e3668a5a4.tar.gz vdr-plugin-softhddevice-0df8e8a5fc5473eee0e427dd5acfe81e3668a5a4.tar.bz2 |
Handle initial suspend mode like normal suspend.
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddev.h b/softhddev.h index 60bca89..50d7538 100644 --- a/softhddev.h +++ b/softhddev.h @@ -76,7 +76,7 @@ extern "C" /// C plugin exit + cleanup extern void SoftHdDeviceExit(void); /// C plugin start code - extern void Start(void); + extern int Start(void); /// C plugin stop code extern void Stop(void); /// C plugin main thread hook |