moving the skin out of the source into data/skin.xml
[enigma2.git] / lib / service / servicemp3.h
index d46f6bd7f99757c9ff29c3549ee65d383305f410..92117857815b9b5be8c02322d5f6d998dcd89252 100644 (file)
@@ -55,6 +55,7 @@ public:
        RESULT start();
        RESULT stop();
        RESULT pause(ePtr<iPauseableService> &ptr);
+       RESULT seek(ePtr<iSeekableService> &ptr);
 
                // iPausableService
        RESULT pause();