There was an error while loading. Please reload this page.
1 parent 4be8148 commit 4d076f4Copy full SHA for 4d076f4
1 file changed
src/zeroconf/_protocol/incoming.pxd
@@ -78,7 +78,7 @@ cdef class DNSIncoming:
78
link=cython.uint,
79
link_data=cython.uint
80
)
81
- cdef cython.int _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)
+ cdef _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)
82
83
cdef _read_header(self)
84
0 commit comments