diff --git a/src/sl.h b/src/sl.h index ab141bd74..dd026b7f0 100644 --- a/src/sl.h +++ b/src/sl.h @@ -112,6 +112,7 @@ public: void play ( void *buffer, size_t length ) { write ( buffer, length ) ; } + int working () { return !error ; } int not_working () { return error ; } int getBps () { return bps ; }