X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9b02ceae89a3b478549f6dbd89ba7aa174cb7b12..0c9e75c44d610465017a08874a5e2f585bc554aa:/lib/base/ebase.h diff --git a/lib/base/ebase.h b/lib/base/ebase.h index b819fc35..b464b44c 100644 --- a/lib/base/ebase.h +++ b/lib/base/ebase.h @@ -232,6 +232,7 @@ public: /* our new shared polling interface. */ PyObject *poll(PyObject *dict, PyObject *timeout); void interruptPoll(); + void reset(); }; /**