add close callback

This commit is contained in:
Stefan Allius
2024-09-30 19:17:06 +02:00
parent f2ade43410
commit a1441fb4fd
2 changed files with 22 additions and 3 deletions

View File

@@ -117,3 +117,7 @@ class AsyncIfc(ABC):
@abstractmethod
def prot_set_update_header_cb(self, callback):
pass # pragma: no cover
@abstractmethod
def prot_set_close_header_cb(self, callback):
pass # pragma: no cover