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 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