mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Finish the port of the rsync algorithm to C
This commit is contained in:
@@ -27,3 +27,4 @@ class Patcher:
|
||||
def signature_header(self, output: WriteBuffer) -> None: ...
|
||||
def sign_block(self, block: ReadOnlyBuffer, output: WriteBuffer) -> None: ...
|
||||
def apply_delta_data(self, data: ReadOnlyBuffer, read: Callable[[int, WriteBuffer], int], write: Callable[[ReadOnlyBuffer], None]) -> None: ...
|
||||
def finish_delta_data(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user