add eMainloop::reset to reset the app_quit_now flag in mainloop (to restart mainloops)
[enigma2.git] / lib / base / eerror.h
index 91575878dbb8a97080bcf2ef00b6d5c1d48cb34d..36e43388403f8087ad361681b008d92bb076c4e3 100644 (file)
@@ -207,4 +207,7 @@ inline void DumpUnfreed()
     #define ASSERT(x) do { } while (0)
 #endif //DEBUG
 
+void ePythonOutput(const char *);
+void eWriteCrashdump();
+
 #endif // __E_ERROR__