summaryrefslogtreecommitdiff
path: root/softhddev.h
diff options
context:
space:
mode:
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