add reindex
[enigma2.git] / lib / service / iservice.h
index 24c2e341c04e13f078176b834db463364d9bed65..c477f11db41b4e433d4a3a8fcb0b6fcac44e5352 100644 (file)
@@ -719,6 +719,9 @@ public:
 
                /* for transferring a service... */
        virtual SWIG_VOID(RESULT) getListOfFilenames(std::list<std::string> &SWIG_OUTPUT)=0;
+       
+               /* a blocking call to reindex a file */
+       virtual int reindex() = 0;
 
                // TODO: additional stuff, like a conversion interface?
 };