lcd: fix inverted mode
[enigma2.git] / lib / service / servicefs.h
index 3400fb853752646f5110ba4e983f435d699f832c..46e8b890df61c1deeb4fac81158cbb3f7c03ccce 100644 (file)
@@ -37,6 +37,7 @@ public:
        RESULT getContent(std::list<eServiceReference> &list);
        RESULT getNext(eServiceReference &ptr);
        int compareLessEqual(const eServiceReference &, const eServiceReference &);
+       RESULT startEdit(ePtr<iMutableServiceList> &);
 };
 
 #endif