summaryrefslogtreecommitdiff
path: root/softhddev.h
diff options
context:
space:
mode:
Diffstat (limited to 'softhddev.h')
-rw-r--r--softhddev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddev.h b/softhddev.h
index a1e21e3..feb4a26 100644
--- a/softhddev.h
+++ b/softhddev.h
@@ -79,7 +79,7 @@ extern "C"
extern void MainThreadHook(void);
/// Suspend plugin
- extern void Suspend(void);
+ extern void Suspend(int, int, int);
/// Resume plugin
extern void Resume(void);
#ifdef __cplusplus