diff options
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h index 77181c7..66b0b5a 100644 --- a/softhddev.h +++ b/softhddev.h @@ -90,6 +90,9 @@ extern "C" extern void Suspend(int, int, int); /// Resume plugin extern void Resume(void); + + /// Get decoder statistics + extern void GetStats(int *, int *, int *, int *); #ifdef __cplusplus } #endif |